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
360 B
10 lines
360 B
= registration_step_header
|
|
= row do
|
|
= columns(medium: 12) do
|
|
= save_registration_step do
|
|
.registration-step-options
|
|
.options
|
|
- [:yes, :no].each do |option|
|
|
- class_name = [:unstyled]
|
|
- class_name << :selected if @tent_space == (option == :yes)
|
|
= button option, value: option, class: class_name
|
|
|