From 417bc7ca03c8668bef0817e559156d4a00fa3f02 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 2 Apr 2015 22:27:09 -0400 Subject: [PATCH] fix locked btn terrible logic --- templates/partials/topic/reply-button.tpl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/partials/topic/reply-button.tpl b/templates/partials/topic/reply-button.tpl index a84d50c..fdd7fce 100644 --- a/templates/partials/topic/reply-button.tpl +++ b/templates/partials/topic/reply-button.tpl @@ -2,5 +2,15 @@ [[topic:guest-login-reply]] [[topic:reply]] - [[topic:locked]] + + + + [[topic:locked]] + + + + + + + \ No newline at end of file