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