about summary refs log tree commit diff stats
path: root/app/views/admin/quotes/edit.html.haml
blob: 47ff2d1ec24548fbe0be411c9c0c41e859e09a2f (plain) (blame)
1
2
3
- title "Editing Quote \##{@quote.id}"
= form_for @quote, url: admin_quote_url(@quote.id), html: { id: "entry-form" } do |f|
  = render partial: "form", locals: { f: f }