Sha256: c833f0b0c7b16c879e98bb7ccc85475195378cb046abfa318618da8f4d9cfa81
Contents?: true
Size: 735 Bytes
Versions: 7
Compression:
Stored size: 735 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 Compliance reports') %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems