<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% unless @job_histories.empty? %> <% for job_history in @job_histories %> <% end %> <% else %> <% end %>

<%= t 'home.section.skipped_jobs' %>

<%= t 'common.run_number' %> <%= t 'common.job' %> <%= t 'common.status' %>
<%= link_to "[#{ t 'common.show_today_skipped_job' }]", job_histories_path(:job_status => "skipped") %>
<%= job_history.id %> <%= h job_history.job_name %> on agent <%= h job_history.agent_name %> <%= format_status_code(job_history.job_status, job_history.ended_reason_code) %>
<%= t 'common.no_skipped_jobs' %>