%= stylesheet_link_tag 'tasks' %>
<% if !@failed.blank? %>
<%=_("This error happened with the following tasks: ")%>
<%= labelled_select(_("Set all to: "), 'set-decisions', 'first', 'last', nil, [['',""],['accept',_("Accept")],['reject',_("Reject")],['skip',_("Skip")]], :id => "up-set-all-tasks-to") %>
<% @tasks.each do |task| %> <%= render :partial => 'task', :locals => { :task => task } %> <% end %><%= labelled_select(_("Set all to: "), 'set-decisions', 'first', 'last', nil, [['',""],['accept',_("Accept")],['reject',_("Reject")],['skip',_("Skip")]], :id => "down-set-all-tasks-to") %>