Skip to content

Commit

Permalink
Fixes the comment management bulk operations. Closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Mar 6, 2012
1 parent 5d2c6dc commit 75c4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/feedback/_button.html.erb
Expand Up @@ -3,7 +3,7 @@
<%= hidden_field_tag "confirmed", params[:confirmed] %>
<%= hidden_field_tag "published", params[:published] %>
<select name='<%= "bulkop_#{position}" %>' id="<%= "bulkop_#{position}" %>">
<option><%= _("Select action") %></option>
<option value=""><%= _("Select action") %></option>
<option value='Delete Checked Items'><%= _("Delete Checked Items") %></option>
<option value='Delete all spam'><%= _("Delete all spam") %></option>
<option value='Mark Checked Items as Spam'><%= _("Mark Checked Items as Spam") %></option>
Expand Down

0 comments on commit 75c4073

Please sign in to comment.