Commit 1fc544e09bfe69160884b983cef1c691f9a556f5
1 parent
255c7f98
Exists in
master
and in
22 other branches
rails3: fix spam_controller
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/spam/_task.html.erb
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <%= task_information(task) %> |
6 | 6 | </div> |
7 | 7 | |
8 | - <%= yield %> <% # ??? %> | |
8 | + <%= yield %> <%# ??? %> | |
9 | 9 | |
10 | 10 | <% button_bar do %> |
11 | 11 | <%= 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}"]) %> | ... | ... |