]> git.mxchange.org Git - friendica.git/commitdiff
Frio: Only display item menu separator when there is something to separate
authorMichael <heluecht@pirati.ca>
Thu, 13 Feb 2020 22:46:27 +0000 (22:46 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 13 Feb 2020 22:46:27 +0000 (22:46 +0000)
view/theme/frio/templates/wall_thread.tpl

index 624ac8b4095b21b211b8a008772dfc6556e25e56..a8d21500fa4186fc6b823bfbf5fb65d18c1662d3 100644 (file)
@@ -346,7 +346,7 @@ as the value of $top_child_total (this is done at the end of this file)
                                                </li>
                                                {{/if}}
 
-                                               {{if $item.ignore || $item.drop.dropping}}
+                                               {{if ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.subthread) && ($item.ignore || $item.drop.dropping)}}
                                                <li role="separator" class="divider"></li>
                                                {{/if}}