fix: allow a tag in various admin text
This commit is contained in:
parent
4f0f221e46
commit
a1487e9923
7 changed files with 25 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue