Project

General

Profile

Download (499 Bytes) Statistics
| Branch: | Tag: | Revision:
<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 %>
(25-25/26)