Sha256: e8f4e41072baabdc52549e01033b4cb298c69c359b12804b89984061302ffadf
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 Bytes
Contents
<% title "#{@arf_report.host}" %> <p class='ra'> <%= _("Reported at %s ") % @arf_report.reported_at %> </p> <% content_for(:search_bar) {show_logs} %> <%= render 'output', :logs => @arf_report.logs%> <%= render 'metrics', :status => @arf_report.status, :metrics => @arf_report.metrics %> <%= title_actions link_to(_('Back'), :back), display_delete_if_authorized(hash_for_arf_report_path(:id => @arf_report), :class=> "btn btn-danger"), link_to(_("Host details"), @arf_report.host), link_to(_("View full report"), show_html_arf_report_path(:id => @arf_report.id)), link_to(_("Download XML in bzip"), parse_bzip_arf_report_path(:id => @arf_report.id)) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.5.0 | app/views/arf_reports/show.html.erb |