From 1fc544e09bfe69160884b983cef1c691f9a556f5 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 28 Jan 2014 15:37:50 -0300 Subject: [PATCH] rails3: fix spam_controller --- app/views/spam/_task.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spam/_task.html.erb b/app/views/spam/_task.html.erb index e1ca894..fc2ae35 100644 --- a/app/views/spam/_task.html.erb +++ b/app/views/spam/_task.html.erb @@ -5,7 +5,7 @@ <%= task_information(task) %> - <%= yield %> <% # ??? %> + <%= yield %> <%# ??? %> <% button_bar do %> <%= button_to_function('new', _('Mark as NOT SPAM'), 'removeTaskBox(this, %s, "%s", "")' % [url_for(:mark_task_as_ham => task.id).to_json, "task-#{task.id}"]) %> -- libgit2 0.21.2