diff --git a/app/views/mod_actions/index.html.erb b/app/views/mod_actions/index.html.erb index 35d31d22f..bf6c814ae 100644 --- a/app/views/mod_actions/index.html.erb +++ b/app/views/mod_actions/index.html.erb @@ -14,7 +14,7 @@ <%= mod_action.created_at %> <%= link_to mod_action.creator.name, user_path(mod_action.creator) %> - <%= format_text(mod_actiond.description) %> + <%= format_text(mod_action.description) %> <% end %>