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