<% if @recipe.stages.empty? %>
No stages are using this recipe.
<% else %> <% for stage in @recipe.stages %> <% end %>
Project Stage
<%= link_to h(stage.project.name), project_path(stage.project) %> <%= link_to h(stage.name), project_stage_path(stage.project, stage) %>
<% end %>