You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
397 B
10 lines
397 B
= registration_step_header
|
|
= row do
|
|
= columns(medium: 12) do
|
|
= save_registration_step do
|
|
.vertical-registration-step-options
|
|
.options
|
|
- @food_options.each do |option|
|
|
- class_name = [:unstyled]
|
|
- class_name << :selected if @food.present? && @food.to_sym == option
|
|
= button "food_#{option}".to_sym, value: option, class: class_name
|
|
|