demarches-normaliennes/app/components/editable_champ/civilite_component/civilite_component.html.haml
2022-09-01 09:48:27 +02:00

10 lines
326 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')