From 4425d03ce99f6c4085961b3390fd382076699031 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 15:29:36 -0400 Subject: Even more places where the stream ID is needed --- app/views/admin/streams/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/streams/edit.html.haml') diff --git a/app/views/admin/streams/edit.html.haml b/app/views/admin/streams/edit.html.haml index 8d910fe..8c250e2 100644 --- a/app/views/admin/streams/edit.html.haml +++ b/app/views/admin/streams/edit.html.haml @@ -1,3 +1,3 @@ - title "Editing #{@stream.title}" -= form_for @stream, url: admin_stream_url(@stream), html: { id: "entry-form" } do |f| += form_for @stream, url: admin_stream_url(@stream.id), html: { id: "entry-form" } do |f| = render partial: "form", locals: { f: f } -- cgit 1.4.1