summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Prelude.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-01-28 09:23:45 +0100
committerYorhel <git@yorhel.nl>2020-01-28 16:42:44 +0100
commit915ea70075d6ffced641ac52cf567acc747aa7eb (patch)
tree1f0955db45b2f6048b35165eddf7a1e3e3f1e781 /lib/VNWeb/Prelude.pm
parent495e03c42b378bfd5ee9bb0c431bac45c5e2b330 (diff)
v2rw: Convert the VN tagmod interface
This also changes the voting interface a little bit: - Spoiler options are a bit more concise - Mouse-over a button indicates what it does - The -1 and -2 options are not available anymore - Downvoted tags are hidden by default - Moderators can now vote-and-overrule in a single go
Diffstat (limited to 'lib/VNWeb/Prelude.pm')
-rw-r--r--lib/VNWeb/Prelude.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Prelude.pm b/lib/VNWeb/Prelude.pm
index e44703a6..aa6d9291 100644
--- a/lib/VNWeb/Prelude.pm
+++ b/lib/VNWeb/Prelude.pm
@@ -89,6 +89,7 @@ our %RE = (
iid => qr{i$id},
did => qr{d$id},
tid => qr{t$id},
+ gid => qr{g$id},
vrev => qr{v$id$rev?},
rrev => qr{r$id$rev?},
prev => qr{p$id$rev?},