Your weekly Insights report
for <%= Time.now.strftime("%B %e, %Y") %>
|
Hi <%= @user.name %>,
You currently have
<%= @data.total_systems %> system(s)
registered with Insights in the <%= @org.name %> organization and
<%= @data.high_severity_hits %> high severity
hits.
<% rules = @data.new_rules %>
<% if rules.length > 0 %>
<% has = rules.length > 1 ? 'have' : 'has' %>
<%= "There #{has} been #{rules.length} new rule{s} discovered since your last weekly report:" %>
<%= render partial: "new_rules_section", locals: {new_rules: rules, server_url: @server_url} %>
<% end %>
We want you to get the most out of Insights and would love to hear your
questions and comments. Feel free to email us at
insights+weekly@redhat.com,
and we'll get
back to you as soon as we can.
|
|
|
|