ajout de la condition sur PJ uniquement autorisee
This commit is contained in:
parent
a46ebea4ee
commit
bfd455986f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
= # we do this trick because some html elements should use 'label' and some should be plain paragraphs
|
||||
|
||||
- if @champ.html_label?
|
||||
- if @champ.piece_justificative?
|
||||
- if @champ.piece_justificative? && !@champ.procedure.piece_justificative_multiple
|
||||
-# champ piece_justificative : remove the asociation with the input
|
||||
= @form.label @champ.main_value_name, id: @champ.labelledby_id, class: 'fr-label' do
|
||||
- render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at
|
||||
|
|
Loading…
Reference in a new issue