From 20f2479b33bc548c4736cdc1ceffde6e3af3a31d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 22:52:41 -0400 Subject: Added quote editing --- app/views/admin/quotes/edit.html.haml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/admin/quotes/edit.html.haml (limited to 'app/views/admin/quotes/edit.html.haml') diff --git a/app/views/admin/quotes/edit.html.haml b/app/views/admin/quotes/edit.html.haml new file mode 100644 index 0000000..47ff2d1 --- /dev/null +++ b/app/views/admin/quotes/edit.html.haml @@ -0,0 +1,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 } -- cgit 1.4.1