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.
11 lines
362 B
11 lines
362 B
8 years ago
|
= 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 @is_attending == (option == :yes)
|
||
|
= button option, value: option, class: class_name
|