From 30b9d603bd11d4f80e5b0fcd5c1b9af6e792b719 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 8 Dec 2020 17:29:07 +0100 Subject: [PATCH] =?UTF-8?q?presente=20la=20civilite=20par=20ordre=20alphab?= =?UTF-8?q?=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shared/dossiers/editable_champs/_civilite.html.haml | 8 ++++---- app/views/users/dossiers/identite.html.haml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/shared/dossiers/editable_champs/_civilite.html.haml b/app/views/shared/dossiers/editable_champs/_civilite.html.haml index 9c4d3bfac..3c0e5718c 100644 --- a/app/views/shared/dossiers/editable_champs/_civilite.html.haml +++ b/app/views/shared/dossiers/editable_champs/_civilite.html.haml @@ -2,9 +2,9 @@ %legend.mandatory-explanation Sélectionnez une des valeurs %label - = form.radio_button :value, Individual::GENDER_MALE - Monsieur + = form.radio_button :value, Individual::GENDER_FEMALE + = Individual::GENDER_FEMALE %label - = form.radio_button :value, Individual::GENDER_FEMALE - Madame + = form.radio_button :value, Individual::GENDER_MALE + = Individual::GENDER_MALE diff --git a/app/views/users/dossiers/identite.html.haml b/app/views/users/dossiers/identite.html.haml index 844714530..8b3061a92 100644 --- a/app/views/users/dossiers/identite.html.haml +++ b/app/views/users/dossiers/identite.html.haml @@ -12,12 +12,12 @@ %legend = f.label :gender .radios - %label - = f.radio_button :gender, Individual::GENDER_MALE, required: true - = Individual::GENDER_MALE %label = f.radio_button :gender, Individual::GENDER_FEMALE, required: true = Individual::GENDER_FEMALE + %label + = f.radio_button :gender, Individual::GENDER_MALE, required: true + = Individual::GENDER_MALE .flex .inline-champ