Name: <%=h @host.name %>

#Stages: <%=h @host.stages.uniq.size %>

#Roles: <%=h @host.roles.count %>

<% if current_user.admin? %>
<%= link_to 'Edit Host', edit_host_path(@host), :class => 'arrow_link' %> | <%= link_to 'Delete', host_path(@host), :confirm => 'Are you sure?', :method => :delete, :class => 'arrow_link' %> <% end %>

Stages <%= render(:partial => 'stages')%>
<% content_for(:breadcrumb) do %> <% breadcrumb_box do %> <%= link_to "Manage hosts", hosts_path, :style => "float:right", :class => "arrow_link" %> <%= link_to "Hosts", hosts_path %> > Host <%= link_to @host.name, host_path(@host) %> <% end %> <% end %> <% content_for(:page_title) do %> <% @page_title = "Host #{h(@host.name)}" %>

Host <%=h @host.name %>

<% end %>