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