anthonymidili/Recipedia

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

Summary

Maintainability
Test Coverage
= turbo_frame_tag dom_id(@review) do
  .callout
    .float-end
      = link_to 'Cancel', recipe_review_path(@recipe, @review), class: "btn btn-secondary"

    %h1 Editing review

    = render 'form', recipe: @recipe, review: @review