aboutsummaryrefslogtreecommitdiff
path: root/templates/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin.html')
-rw-r--r--templates/admin.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/admin.html b/templates/admin.html
index 8c5222c..697b391 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -38,6 +38,9 @@
{{ end }}
</table>
{{ if gt $categoryCount 0 }}
+<div class="cat">
+ <span>{{ range $category, $paper := .Papers }}[<a href="#{{ $category }}">{{ $category }}</a>] {{ end }}</span>
+</div>
<table class='tabs'>
<tr>
<td><a class='active' href='/admin/edit/'>Edit</a></td>