also fixed a bug where tags with 0 topics were showing up in /tags
This commit is contained in:
barisusakli
2014-11-13 14:29:44 -05:00
parent 45affa3043
commit 68e8039ac7
5 changed files with 81 additions and 7 deletions

View File

@@ -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>