From 75bb464a005c54500b7203f0b10d18d576e2efc8 Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Tue, 14 Feb 2012 08:54:00 -0800 Subject: [PATCH] Allow moderator to reply to modmail thread they originated --- r2/r2/templates/printablebuttons.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r2/r2/templates/printablebuttons.html b/r2/r2/templates/printablebuttons.html index c411ce304..fcf334864 100644 --- a/r2/r2/templates/printablebuttons.html +++ b/r2/r2/templates/printablebuttons.html @@ -331,11 +331,11 @@ "return change_state(this, 'unread_message', unread_thing, true);", \ _("unread"))} - %if thing.can_reply: -
  • - ${self.simple_button(_("reply {verb}"), "reply")} -
  • - %endif + %endif + %if thing.can_reply: +
  • + ${self.simple_button(_("reply {verb}"), "reply")} +
  • %endif