<%= name_column(arf_report.host) %> |
<%= date_time_relative_value(arf_report.reported_at) %> |
<%= report_arf_column(arf_report.passed, "label-info") %>
| <%= report_arf_column(arf_report.failed, "label-danger") %>
| <%= report_arf_column(arf_report.othered, "label-warning") %>
|
<%= action_buttons(
link_to(_("View Report"), hash_for_arf_report_path(:id => arf_report.id))
) %>
|
<% end %>