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 %>