Merge pull request #8283 from annando/thread-separator

Frio: Only display item menu separator when there is something to separate
2022.09-rc
Hypolite Petovan 2020-02-13 19:52:41 -05:00 zatwierdzone przez GitHub
commit ba3ded16df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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>
{{/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}}