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
|
@ -1,7 +1,7 @@
|
|||
= render Dsfr::CalloutComponent.new(title: @champ.libelle, extra_class_names: ['fr-mb-2w', 'fr-callout--blue-cumulus']) do |c|
|
||||
- c.with_body do
|
||||
|
||||
= string_to_html(@champ.description)
|
||||
= string_to_html(@champ.description, allow_a: true)
|
||||
|
||||
- if @champ.collapsible_explanation_enabled? && @champ.collapsible_explanation_text.present?
|
||||
%div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue