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:
commit
ba3ded16df
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue