mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 21:24:05 +00:00
8 lines
No EOL
408 B
Text
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"} |