osem-fcy/app/views/admin/dietchoices/diets_list.html.haml
2014-03-17 16:42:19 +01:00

8 lines
No EOL
408 B
Text

.row
.span3
= render 'admin/conference/sidebar', :activated => "Diet"
.span9
= semantic_form_for(@conference, :url => admin_conference_dietary_update_path(@conference.short_title)) do |f|
= f.input :use_dietary_choices, :label => false
= dynamic_association :dietary_choices, "Dietary Choices", f
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}