mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 15:35:45 +02:00
fix: hide entire toolbar row if no posts or not singlePost
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!-- IMPORT partials/breadcrumbs.tpl -->
|
||||
|
||||
{{{ if (!singlePost && posts.length) }}}
|
||||
<div class="btn-toolbar justify-content-end">
|
||||
{{{ if (!singlePost && posts.length) }}}
|
||||
<div class="me-2">
|
||||
<!-- IMPORT partials/category/filter-dropdown-right.tpl -->
|
||||
</div>
|
||||
@@ -21,9 +22,11 @@
|
||||
{{{ end }}}
|
||||
</ul>
|
||||
</div>
|
||||
{{{ end }}}
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
{{{ end }}}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="post-queue preventSlideout posts-list">
|
||||
|
||||
Reference in New Issue
Block a user