Sha256: 126ba606867b502dd6d62abfad69445af716e9b9f4ce83c83e2598951649e253
Contents?: true
Size: 532 Bytes
Versions: 5
Compression:
Stored size: 532 Bytes
Contents
<h3><%= _('The following hosts were updated') %></h3> <ul> <% for host in @hosts -%> <li> <%= link_to h(host.name), host_path(host) %> <% unless @skipped_parameters[host.name].empty? -%> <br/> <%= _('The following parameters were skipped as they did not exists on this host:') %> <ul> <% for parm in @skipped_parameters[host.name] %> <li><%= h parm %></li> <% end -%> </ul> <% end -%> </li> <% end -%> </ul> <%= link_to _("Back to host list"), hosts_path %>
Version data entries
5 entries across 5 versions & 1 rubygems