Failed Jobs

<% if @jobs.any? %>
<% end %>

The list below contains all jobs that have a last_error message set.

<%= "Showing #{start} to #{start + per_page} of #{@all_jobs.count} failed jobs." %>

<%= partial :next_more, :start => start, :total_size => @all_jobs.count, :per_page => per_page %>