anthonymidili/Recipedia

View on GitHub
app/views/recipes/edit.html.haml

Summary

Maintainability
Test Coverage
- provide(:title, 'Edit Recipe')

.row
  .col-12
    %h1 Editing recipe

    = render 'form', recipe: @recipe

    %ul.nav-links
      %li= link_to 'Back', @recipe
      %li= link_to 'All Recipes', recipes_path