mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
No EOL
340 B
Text
6 lines
No EOL
340 B
Text
.row
|
|
.col-md-8
|
|
= 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"} |