diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-18 14:15:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-18 14:15:38 +0200 |
commit | 9ce5e25507c9c36885cdd5a0c3f0a28b4dd6ee65 (patch) | |
tree | 7026fb51853d5d8745cc8ea21a9f3db7e30e96a2 /view/tpl/search_item.tpl | |
parent | 7cca2b7fb0fe716f669b854606fdd1329ccb77ad (diff) | |
download | volse-hubzilla-9ce5e25507c9c36885cdd5a0c3f0a28b4dd6ee65.tar.gz volse-hubzilla-9ce5e25507c9c36885cdd5a0c3f0a28b4dd6ee65.tar.bz2 volse-hubzilla-9ce5e25507c9c36885cdd5a0c3f0a28b4dd6ee65.zip |
the caret beside the lock seems a little overkill
Diffstat (limited to 'view/tpl/search_item.tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 89ac927aa..66618a216 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -28,7 +28,7 @@ </div> {{if $item.lock}} <div class="wall-item-lock dropdown"> - <i class="fa fa-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview('item',{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> + <i class="fa fa-lock lockview" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview('item',{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> </div> {{/if}} <div class="wall-item-author"> |