[frio] Improve pinned item display
This commit is contained in:
parent
e5ab4f1889
commit
4d77da86b9
|
@ -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}}
|
||||
• <i class="fa fa-thumb-tack" aria-hidden="true" title="{{$item.pinned}}"></i>
|
||||
<span class="sr-only">{{$item.pinned}}</span>
|
||||
{{/if}}
|
||||
|
||||
</small>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue