2014-03-18 21:30:12 +01:00
|
|
|
.row
|
|
|
|
|
.col-md-3
|
|
|
|
|
= render 'admin/conference/sidebar'
|
|
|
|
|
.col-md-9
|
|
|
|
|
= semantic_form_for(@conference, :url => admin_conference_volunteers_update_path(@conference.short_title)) do |f|
|
|
|
|
|
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}
|
|
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
= f.input :use_volunteers, :label => "Enable Volunteering"
|
|
|
|
|
.row
|
|
|
|
|
.col-md-6
|
2014-01-01 11:39:59 +02:00
|
|
|
= f.input :use_vdays, :label => false
|
|
|
|
|
= dynamic_association :vdays, "Volunteer Days", f
|
2014-03-18 21:30:12 +01:00
|
|
|
.col-md-6
|
2014-01-01 11:39:59 +02:00
|
|
|
= f.input :use_vpositions, :label => false
|
2014-03-04 10:10:07 +01:00
|
|
|
= dynamic_association :vpositions, "Volunteer positions", f
|