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