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 %>