Sha256: a76563c9e915e8ebc663eb716dc99b73f3b097c8d45a2814a9f1c412bfa31067

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

%p#notice= notice

%p
  %b Name:
  = @recipe.name
%p
  %b Description:
  = @recipe.description
%p
  %b Serves:
  = @recipe.serves
%p
  %b Meal:
  = @recipe.meal
%p
  %b Instructions:
  = @recipe.instructions

  = cookbook_used_in @recipe

= link_to 'Edit', edit_recipe_path(@recipe)
\|
= link_to 'Back', recipes_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cookbook-0.1.6 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.5 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.4 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.3 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.2 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.1 spec/dummy/app/views/recipes/show.html.haml
cookbook-0.1.0 spec/dummy/app/views/recipes/show.html.haml