Godwin
8 years ago
15 changed files with 91 additions and 51 deletions
@ -1,5 +1,10 @@ |
|||
= registration_step_header |
|||
= row do |
|||
= columns(medium: 12) do |
|||
= save_registration_step do |
|||
= columns(medium: 12) do |
|||
= textfield :name, @name, required: true, big: true |
|||
%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' |
|||
|
Loading…
Reference in new issue