mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Allow moderator to reply to modmail thread they originated
This commit is contained in:
@@ -331,11 +331,11 @@
|
||||
"return change_state(this, 'unread_message', unread_thing, true);", \
|
||||
_("unread"))}
|
||||
</li>
|
||||
%if thing.can_reply:
|
||||
<li>
|
||||
${self.simple_button(_("reply {verb}"), "reply")}
|
||||
</li>
|
||||
%endif
|
||||
%endif
|
||||
%if thing.can_reply:
|
||||
<li>
|
||||
${self.simple_button(_("reply {verb}"), "reply")}
|
||||
</li>
|
||||
%endif
|
||||
</%def>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user