diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-04 15:17:15 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-04 15:17:15 -0700 |
commit | 6e91d85bcb3e98874f4c5d06ccaf1bca26577872 (patch) | |
tree | 427a81142e805800b89779c05d043372b0c11b8e | |
parent | 4a26f0d2d42825646d574531bbb89c7b17df9d69 (diff) | |
download | volse-hubzilla-6e91d85bcb3e98874f4c5d06ccaf1bca26577872.tar.gz volse-hubzilla-6e91d85bcb3e98874f4c5d06ccaf1bca26577872.tar.bz2 volse-hubzilla-6e91d85bcb3e98874f4c5d06ccaf1bca26577872.zip |
If somebody precisely clicks the down-arrow on the author photo it should probably also trigger the dropdown
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index a408a83d2..dd83bd9e9 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -31,7 +31,7 @@ <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}"> <img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" /> {{if $item.thread_author_menu}} - <i class="fa fa-caret-down wall-item-photo-caret"></i> + <i class="fa fa-caret-down wall-item-photo-caret fakelink" data-toggle="dropdown"></i> <div class="dropdown-menu"> {{foreach $item.thread_author_menu as $mitem}} <a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a> |