osem-fcy/app/views/commercials/edit.html.haml

10 lines
310 B
Text
Raw Normal View History

.container
.row
.col-md-12
.page-header
2020-01-27 13:37:23 -08:00
%h1 Edit Materials
.row
.col-md-12
= semantic_form_for @commercial, url: conference_program_proposal_commercial_path(conference_id: @conference.short_title, proposal_id: @event.id, id: @commercial.id) do |f|
= render 'form', f: f