demarches-normaliennes/app/components/editable_champ/civilite_component/civilite_component.html.haml

11 lines
326 B
Text
Raw Normal View History

%fieldset.radios
%legend.mandatory-explanation
Sélectionnez une des valeurs
%label
2022-08-12 10:45:04 +02:00
= @form.radio_button :value, Individual::GENDER_FEMALE
= Individual.human_attribute_name('gender.female')
%label
2022-08-12 10:45:04 +02:00
= @form.radio_button :value, Individual::GENDER_MALE
= Individual.human_attribute_name('gender.male')