diff options
author | redmatrix <git@macgirvin.com> | 2016-06-02 22:12:56 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-02 22:12:56 -0700 |
commit | f8949ed5d1f277a3246fecf04d3ee4619ba10b51 (patch) | |
tree | 58f4f88eab961a623ecbee75f9cc1d4a35917dda /view | |
parent | 7ae376b6cdd1c5b2b4662838c81899cff7c82780 (diff) | |
download | volse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.tar.gz volse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.tar.bz2 volse-hubzilla-f8949ed5d1f277a3246fecf04d3ee4619ba10b51.zip |
restrict emoji reactions to the top level for now.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 06cf16b34..b498420e3 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -113,6 +113,7 @@ </button> {{/if}} + {{if $item.toplevel}} {{if $item.like}} <span class="dropdown"> <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}"> @@ -135,6 +136,7 @@ </ul> </span> {{/if}} + {{/if}} |