fix(admin): remaining old asterisk on procedure form
This commit is contained in:
parent
1fbfc9fce1
commit
c14b9abb45
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
.fr-input-group
|
.fr-input-group
|
||||||
= f.label :duree_conservation_dossiers_dans_ds, class: 'fr-label' do
|
= f.label :duree_conservation_dossiers_dans_ds, class: 'fr-label' do
|
||||||
Sur #{APPLICATION_NAME}
|
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 }
|
= f.number_field :duree_conservation_dossiers_dans_ds, { class: 'fr-input', placeholder: '6', required: true, max: f.object.max_duree_conservation_dossiers_dans_ds }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue