From 5d4d938e2b08702f4af3c0581d32f974b210873e Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 2 Jun 2023 15:40:50 -0400 Subject: [PATCH] Show more detail in create_remark since we got it --- templates/remark/create.html.ep | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/templates/remark/create.html.ep b/templates/remark/create.html.ep index d66b78d..96c7d89 100644 --- a/templates/remark/create.html.ep +++ b/templates/remark/create.html.ep @@ -48,6 +48,28 @@
<%== markdown $thread->{'body'} =%>
+ + <% if (is_mod) { =%> + + <% } =%> <% } =%> @@ -66,6 +88,24 @@
<%== markdown $last_remark->{'body'} =%>
+ + <% if (is_mod) { =%> + + <% } =%> <% } =%>