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