Merge pull request #8283 from annando/thread-separator

Frio: Only display item menu separator when there is something to separate
This commit is contained in:
Hypolite Petovan 2020-02-13 19:52:41 -05:00 committed by GitHub
commit ba3ded16df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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}}