diff --git a/app/views/mod_actions/index.html.erb b/app/views/mod_actions/index.html.erb index 9b7a11daa..50d5489d0 100644 --- a/app/views/mod_actions/index.html.erb +++ b/app/views/mod_actions/index.html.erb @@ -4,24 +4,30 @@ <%= render "search" %> -
| Date | -User | +Category | Message | +Created |
|---|---|---|---|---|
| <%= compact_time mod_action.created_at %> | -<%= link_to_user mod_action.creator %> | + <%= link_to mod_action.category.humanize, mod_actions_path(search: { category: mod_action.category_id }) %> + | +
<%= format_text(mod_action.filtered_description) %>
|
+
+ <%= link_to_user mod_action.creator %>
+ <%= link_to "ยป", mod_actions_path(search: { creator_name: mod_action.creator.name }) %>
+ <%= time_ago_in_words_tagged(mod_action.created_at) %>
+ |