summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Discussions
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-27 21:59:24 +0100
committerYorhel <git@yorhel.nl>2020-03-27 21:59:24 +0100
commit721e6a7ffb106f61ecbd5c44740c73e7f0d95248 (patch)
treec9c9613268d09501a88fd3174dd2dd7b51943a3b /lib/VNWeb/Discussions
parente78c45fb74a2a9c394a136e312f911131337f364 (diff)
Discussions::Thread: Indicate locked status in header
Diffstat (limited to 'lib/VNWeb/Discussions')
-rw-r--r--lib/VNWeb/Discussions/Thread.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Discussions/Thread.pm b/lib/VNWeb/Discussions/Thread.pm
index 40b96ec1..9bff61bb 100644
--- a/lib/VNWeb/Discussions/Thread.pm
+++ b/lib/VNWeb/Discussions/Thread.pm
@@ -73,6 +73,7 @@ sub metabox_ {
h1_ $t->{title};
h2_ 'Hidden' if $t->{hidden};
h2_ 'Private' if $t->{private};
+ h2_ 'Locked' if $t->{locked};
h2_ 'Posted in';
ul_ sub {
li_ sub {