2014-08-05 18:23:42 +02:00
|
|
|
%h1 New Commercial
|
|
|
|
|
.row
|
|
|
|
|
.col-md-8
|
|
|
|
|
= semantic_form_for @commercial, url: admin_conference_commercials_path(conference_id: @conference.short_title) do |f|
|
2014-08-31 00:28:28 +04:00
|
|
|
- if @commercial_types.first
|
|
|
|
|
= render 'form', f: f
|
2014-08-05 18:23:42 +02:00
|
|
|
|
|
|
|
|
= link_to 'Back', admin_conference_commercials_path
|