2018-12-28 16:18:58 +01:00
|
|
|
- pj = champ.piece_justificative_file
|
|
|
|
- if pj.attached?
|
2022-11-07 16:09:15 +01:00
|
|
|
.fr-downloads-group
|
|
|
|
%ul
|
|
|
|
- pj.attachments.each do |attachment|
|
2022-12-05 15:59:50 +01:00
|
|
|
%li= render Attachment::ShowComponent.new(attachment:, new_tab: true)
|
2018-12-28 16:18:58 +01:00
|
|
|
- else
|
|
|
|
Pièce justificative non fournie
|