summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/LayoutHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-28 16:51:16 +0100
committerYorhel <git@yorhel.nl>2009-02-28 16:51:16 +0100
commit4d9209d273b0c8e1929137b4866eec4deebc98c9 (patch)
tree106448e1df154450fa240a669fe887eff77ecaad /lib/VNDB/Util/LayoutHTML.pm
parent82a66074209f8cc2e23f9fb738aa869894cb83c9 (diff)
Voting on spoilerness of a tag works
(interface is somewhat on the half-hearted side, but oh well)
Diffstat (limited to 'lib/VNDB/Util/LayoutHTML.pm')
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index 257c6e14..f2a63c7b 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -57,6 +57,7 @@ sub _menu {
div;
a href => '/', 'Home'; br;
a href => '/v/all', 'Visual novels'; br;
+ a href => '/g', 'Tags'; br;
a href => '/p/all', 'Producers'; br;
a href => '/u/all', 'Users'; br;
a href => '/hist', 'Recent changes'; br;