about summary refs log tree commit diff stats
path: root/app/views/admin/streams/edit.html.haml
blob: 8c250e2bb0ecde9327ba359fe3f0d8fb7718e648 (plain) (blame)
1
2
3
- title "Editing #{@stream.title}"
= form_for @stream, url: admin_stream_url(@stream.id), html: { id: "entry-form" } do |f|
  = render partial: "form", locals: { f: f }