From ba2744ad42ce750db5e99a0a0cc309743a378e5e Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 8 Jan 2020 14:15:17 -0600 Subject: [PATCH] /mod_actions: add missing .prose wrapper around dtext. --- app/views/mod_actions/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/mod_actions/index.html.erb b/app/views/mod_actions/index.html.erb index 50b7825bc..dcad00d39 100644 --- a/app/views/mod_actions/index.html.erb +++ b/app/views/mod_actions/index.html.erb @@ -9,7 +9,9 @@ <%= link_to mod_action.category.humanize, mod_actions_path(search: { category: mod_action.category_id }) %> <% end %> <% t.column "Message", td: {class: "col-expand"} do |mod_action| %> - <%= format_text(mod_action.description) %> +
+ <%= format_text(mod_action.description) %> +
<% end %> <% t.column "Created" do |mod_action| %> <%= link_to_user mod_action.creator %>