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