diff --git a/app/views/administrateurs/procedures/_informations.html.haml b/app/views/administrateurs/procedures/_informations.html.haml index e7ae23261..c45c7d660 100644 --- a/app/views/administrateurs/procedures/_informations.html.haml +++ b/app/views/administrateurs/procedures/_informations.html.haml @@ -26,7 +26,7 @@ .fr-input-group = f.label :duree_conservation_dossiers_dans_ds, class: 'fr-label' do Sur #{APPLICATION_NAME} - %span.mandatory * + = render EditableChamp::AsteriskMandatoryComponent.new = f.number_field :duree_conservation_dossiers_dans_ds, { class: 'fr-input', placeholder: '6', required: true, max: f.object.max_duree_conservation_dossiers_dans_ds }