From dd231a335758873dcd9024db7618837094fcc0a5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 6 Jul 2018 16:52:48 -0400 Subject: Added page titles refs #4 --- app/views/admin/updates/edit.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/admin/updates/edit.html.haml') diff --git a/app/views/admin/updates/edit.html.haml b/app/views/admin/updates/edit.html.haml index 5651d23..75a9957 100644 --- a/app/views/admin/updates/edit.html.haml +++ b/app/views/admin/updates/edit.html.haml @@ -1,2 +1,3 @@ +- title "Editing stream update" = form_for @update, url: admin_stream_update_url(@stream, @update), html: { id: "entry-form" } do |f| = render partial: "form", locals: { f: f } -- cgit 1.4.1