Sha256: ae3089f63e202d41f27d38991f60d8ccb41a23c7b17b92db4d1c86b50e72d693
Contents?: true
Size: 666 Bytes
Versions: 237
Compression:
Stored size: 666 Bytes
Contents
<%= _("The following hosts have errata that apply to them: ") %> <% @hosts.group_by(&:organization).each do |org, hosts| %> <%= _("Organization") %>: <%= org %> <% hosts.each do |host| %> <%= host %>: <%= _("Security") %>: <%= errata_count(host, :security) %> <%= _("Bugfix") %>: <%= errata_count(host, :bugfix) %> <%= _("Enhancement") %>: <%= errata_count(host, :enhancement) %> <% end -%> <% end -%> <%= _("Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available.") %>
Version data entries
237 entries across 237 versions & 1 rubygems