Hosts

<%=h pluralize(Host.count, 'Host')%> listed <% for host in @hosts %> <% if current_user.admin? %> <% end %> <% end %>
Name #Stages #Roles
<%= link_to h(host.name), host_path(host) %> <%=h host.stages.count %> <%=h host.roles.count %><%= link_to 'Edit', edit_host_path(host) %> <%= link_to 'Delete', host_path(host), :confirm => 'Are you sure?', :method => :delete %>
<% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Hosts", hosts_path %> <% end %> <% end %> <% if current_user.admin? %>
<%= link_to 'New host', new_host_path, :class => 'arrow_link' %> <% end %>