diff --git a/app/views/shared/dossiers/editable_champs/_linked_drop_down_list.html.haml b/app/views/shared/dossiers/editable_champs/_linked_drop_down_list.html.haml index 569f03a85..8f1a154e4 100644 --- a/app/views/shared/dossiers/editable_champs/_linked_drop_down_list.html.haml +++ b/app/views/shared/dossiers/editable_champs/_linked_drop_down_list.html.haml @@ -4,7 +4,10 @@ { required: champ.mandatory? }, { data: { secondary_options: champ.secondary_options } } %span - = form.label :secondary_value, "Valeur secondaire dépendant de la première", class: 'hidden' + = form.label :secondary_value, class: 'hidden' do + Valeur secondaire dépendant de la première + - if champ.mandatory? + %span.mandatory * = form.select :secondary_value, champ.secondary_options[champ.primary_value], { required: champ.mandatory? },