demarches-normaliennes/app/views/shared/dossiers/editable_champs/_civilite.html.haml
Pierre de La Morinerie 95d1cd6992 i18n: cleanup gender locales
The dot in the localized key messes up with i18n-tasks, and causes
false positives for missing strings.
2021-09-16 07:51:56 -05:00

10 lines
324 B
Text

%fieldset.radios
%legend.mandatory-explanation
Sélectionnez une des valeurs
%label
= form.radio_button :value, Individual::GENDER_FEMALE
= Individual.human_attribute_name('gender.female')
%label
= form.radio_button :value, Individual::GENDER_MALE
= Individual.human_attribute_name('gender.male')