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