[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}}
|
{{if $item.owner_self}}
|
||||||
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
|
{{include file="sub/delivery_count.tpl" delivery=$item.delivery}}
|
||||||
{{/if}}
|
{{/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>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user