Frio: Only display item menu separator when there is something to separate

2022.09-rc
Michael 2020-02-13 22:46:27 +00:00
rodzic e757d16fc1
commit 303fb65574
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -346,7 +346,7 @@ as the value of $top_child_total (this is done at the end of this file)
</li> </li>
{{/if}} {{/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> <li role="separator" class="divider"></li>
{{/if}} {{/if}}