Sha256: 77e4e0b7fe454222fe553f1d7bae54bd380560f84bef26b7b921b69794a42655
Contents?: true
Size: 674 Bytes
Versions: 10
Compression:
Stored size: 674 Bytes
Contents
<%= _("The following hosts have errata that apply to them: ") %> <% @content_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
10 entries across 10 versions & 1 rubygems