Sha256: 2d9d90dae07819ed4f3839ce1b46c488f2d43b363d576a6a004b70654275d335
Contents?: true
Size: 735 Bytes
Versions: 3
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 Complinace reports') %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems