From 64cfb748064971a6bfdc648a1ee41ba0d84207bc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 15:10:07 -0400 Subject: Fixed admin stream update edit form url --- app/views/admin/updates/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/updates/edit.html.haml b/app/views/admin/updates/edit.html.haml index 75a9957..3cab0b6 100644 --- a/app/views/admin/updates/edit.html.haml +++ b/app/views/admin/updates/edit.html.haml @@ -1,3 +1,3 @@ - title "Editing stream update" -= form_for @update, url: admin_stream_update_url(@stream, @update), html: { id: "entry-form" } do |f| += form_for @update, url: admin_stream_update_url(@stream.id, @update), html: { id: "entry-form" } do |f| = render partial: "form", locals: { f: f } -- cgit 1.4.1