[frio] Improve pinned item display

This commit is contained in:
Hypolite Petovan 2020-01-26 14:14:47 -05:00
parent e5ab4f1889
commit 4d77da86b9
1 changed files with 5 additions and 1 deletions

View File

@ -236,7 +236,11 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.owner_self}}
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
{{/if}}
<span class="pinned">{{$item.pinned}}</span>
{{if $item.pinned}}
&bull; <i class="fa fa-thumb-tack" aria-hidden="true" title="{{$item.pinned}}"></i>
<span class="sr-only">{{$item.pinned}}</span>
{{/if}}
</small>
</div>