osem-fcy/app/views/admin/volunteers/index.html.haml

16 lines
515 B
Text
Raw Normal View History

.row
2014-05-22 18:19:07 +02:00
.col-md-8
= form_for(@conference, url: admin_conference_volunteers_update_path(@conference.short_title)) do |f|
= f.submit nil, class: 'btn btn-primary'
.checkbox
%label
= f.check_box :use_volunteers
Enable Volunteering
.checkbox
%label
= f.check_box :use_vdays
= dynamic_association :vdays, "Volunteer Days", f
.col-md-6
= f.check_box :use_vpositions
= dynamic_association :vpositions, "Volunteer positions", f