correctif(a11y): traite aussi les avis d'expert avec la nouvelle methode de rendu des textes saisis par des admin/instructeur/expert
This commit is contained in:
parent
8a44e6a03c
commit
c00c4936b2
4 changed files with 6 additions and 4 deletions
|
@ -51,4 +51,4 @@
|
|||
- if avis.piece_justificative_file.attached?
|
||||
= render Attachment::ShowComponent.new(attachment: avis.piece_justificative_file.attachment)
|
||||
.answer-body
|
||||
= simple_format(avis.answer)
|
||||
= render SimpleFormatComponent.new(avis.answer, allow_a: false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue