anthonymidili/Recipedia

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

Summary

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

.row
  .col-12
    %h1 New recipe

    = render 'form', recipe: @recipe

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