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