Fix indent in search_item.tpl

This commit is contained in:
Hypolite Petovan 2017-03-25 20:45:03 -04:00
parent 359c246ef9
commit 5b7c8d8631
1 changed files with 2 additions and 2 deletions

View File

@ -191,9 +191,9 @@
{{* Button for sharing the item *}}
{{if $item.vote}}
{{if $item.vote.share}}
{{if $item.vote.like OR $item.vote.dislike OR $item.comment}}
{{if $item.vote.like OR $item.vote.dislike OR $item.comment}}
<span role="presentation" class="separator">•</span>
{{/if}}
{{/if}}
<button type="button" class="btn btn-default" id="share-{{$item.id}}" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}});"><i class="fa fa-retweet"></i>&nbsp;{{$item.vote.share.0}}</button>
{{/if}}
{{/if}}