]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Improve pinned item display
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 26 Jan 2020 19:14:47 +0000 (14:14 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 26 Jan 2020 19:21:20 +0000 (14:21 -0500)
view/theme/frio/templates/wall_thread.tpl

index 94955581d1dc2497f46b6fefe58ad8b7acf5ac3c..3e8a2faea737bea616a4baa1bf11fcfc7f516ab2 100644 (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>