]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/wall_thread.tpl
Fix ignore notification
[friendica.git] / 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>