<% if @stage.recipes.empty? %>
No recipes configured yet.
<%= link_to 'Recipes', recipes_path %> are custom Capistrano tasks and variables that can be used across stages.
<% else %> <% for recipe in @stage.recipes.ordered %> <% end %>
Name Description
<%= link_to h(recipe.name), recipe_path(recipe) %> <%=h recipe.description %>
<% end %>