Sha256: a8f22ac7695b170617a001f46cf46f468db8bca0bbd92434cd14714fd5468cca
Contents?: true
Size: 736 Bytes
Versions: 24
Compression:
Stored size: 736 Bytes
Contents
<div class="row"> <div class="col-md-8"> <table class="table table-bordered table-striped"> <thead> <tr> <th> <%= _("Host") %> </th> <th> <%= _("Reported At") %> </th> </tr> </thead> <tbody> <% @arf_reports.each do |report| %> <tr> <td><%= report.host %></td> <td><%=h report.created_at %></td> </tr> <% end %> </tbody> </table> </div> </div> <%= form_tag submit_delete_multiple_arf_reports_path({:arf_report_ids => params[:arf_report_ids]}) do %> <span class="label label-danger"><%= _('Delete') %></span> <%= _('these Complianace reports') %> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems