mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-31 04:26:19 +02:00
closes #2379
also fixed a bug where tags with 0 topics were showing up in /tags
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<div class="panel-body">
|
||||
<p>Select tags via clicking and/or dragging, use shift to select multiple.</p>
|
||||
<button class="btn btn-primary btn-md" id="modify">Modify Selected Tags</button>
|
||||
<button class="btn btn-warning btn-md" id="deleteSelected">Delete Selected Tags</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -50,5 +51,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user