95d1cd6992
The dot in the localized key messes up with i18n-tasks, and causes false positives for missing strings.
10 lines
324 B
Text
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')
|