fix: allow a tag in various admin text

This commit is contained in:
simon lehericey 2023-02-03 15:17:12 +01:00 committed by mfo
parent 4f0f221e46
commit a1487e9923
7 changed files with 25 additions and 9 deletions

View file

@ -23,5 +23,5 @@
.procedure-description
.procedure-description-body.read-more-enabled.read-more-collapsed
= h string_to_html(procedure.description)
= h string_to_html(procedure.description, allow_a: true)
= button_tag "Afficher la description complète", class: 'button read-more-button'