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 }
|