2017-05-30 19:24:44 -07:00
|
|
|
= registration_step_header
|
|
|
|
= row do
|
2017-06-12 21:27:13 -07:00
|
|
|
= save_registration_step do
|
|
|
|
= columns(medium: 12) do
|
2017-05-30 19:24:44 -07:00
|
|
|
= textfield :name, @name, required: true, big: true
|
2017-06-12 21:27:13 -07:00
|
|
|
%h3=_'articles.conference_registration.headings.pronoun'
|
|
|
|
= columns(medium: 6) do
|
|
|
|
%p.small=_'articles.conference_registration.paragraphs.pronoun', :p
|
|
|
|
= columns(medium: 6) do
|
|
|
|
= textfield :pronoun, @pronoun, required: false, big: true, warning: 'articles.conference_registration.paragraphs.pronoun_optional'
|