Choose a stage:
<%% for stage in @project.stages %><%%= link_to h(stage.name), project_stage_path(@project, stage), :class => 'arrow_link' %>
<%% end %> <%% else %>No stage configured yet
<%%= link_to 'New stage', new_project_stage_path(@project), :class => 'arrow_link' %> <%% end %>Description: <%%=h @project.description %>
Project Type: <%%=h @project.template %>
#Deployments: <%%=h @project.deployments.count %>