Recent job statuses

<% @headers.each do |h| %> <% end %> <% @statuses.each do |container| %> <% secs = Time.now.to_i - container["update_time"].to_i %> <% end %> <% if @statuses.empty? %> <% end %>
<%= h[:name] %> Actions
"><%= container["worker"] %>
<%= container["args"] %>
<%= container["status"] %>
"> <% if secs > 0 %> <%= ChronicDuration.output(secs, :weeks => true, :units => 2) %> ago <% else %> Now <% end %>
<%= container["message"] %>
<% if container["pct_complete"].to_i > 0 %>
%;"> <%= container["pct_complete"] %>%
<% end %>
" /> <%= csrf_tag %> <% if container["status"] == "complete" %> <% elsif container["status"] == "failed" %> <% end %>