Skip to content

Commit

Permalink
Merge pull request #292 from shiramax/20911
Browse files Browse the repository at this point in the history
Fixes #20911 - Add welcome page for arf reports
  • Loading branch information
xprazak2 committed Oct 30, 2017
2 parents 7c24f5d + 6944e0e commit 0cf1573
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/views/arf_reports/welcome.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<%= icon_text("book", "", :kind => "fa") %>
</div>
<h1><%= _('Compliance Reports') %></h1>
<p>
<%= _("You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy.") %></br>
</p>
<div class="blank-slate-pf-main-action">
<%= link_to _('Documentation'), documentation_url("4.4ARFReports", :root_url => "https://www.theforeman.org/plugins/foreman_openscap/0.8/index.html#"), :rel => 'external', :class => 'btn btn-primary btn-lg' %>
</div>
</div>

0 comments on commit 0cf1573

Please sign in to comment.