From b71dee4970240f1667c4fb643a50d79862d8628b Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 15 Oct 2011 04:13:03 -0400 Subject: [PATCH] fix mod action listing --- app/views/mod_actions/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>