From f953e2e158a6d702f96413607d8cb5c026e561a7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 13:30:32 -0400 Subject: Do it more I guess --- app/views/admin/blogs/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/blogs/edit.html.haml') diff --git a/app/views/admin/blogs/edit.html.haml b/app/views/admin/blogs/edit.html.haml index beb7b88..deb9714 100644 --- a/app/views/admin/blogs/edit.html.haml +++ b/app/views/admin/blogs/edit.html.haml @@ -1,3 +1,3 @@ - title "Editing #{@blog.title}" -= form_for @blog, url: admin_blog_url(@blog), html: { id: "entry-form" } do |f| += form_for @blog, url: admin_blog_url(@blog.id), html: { id: "entry-form" } do |f| = render partial: "form", locals: { f: f } -- cgit 1.4.1