817662f7d9
Now that the description is used not only in the layout, but also in the procedure form, better to make it an official shared partial.
10 lines
443 B
Text
10 lines
443 B
Text
.procedure-logos
|
|
= image_tag procedure.logo_url
|
|
- if procedure.euro_flag
|
|
= image_tag("flag_of_europe.svg", id: 'euro_flag', class: (!procedure.euro_flag ? "hidden" : ""))
|
|
%h2.procedure-title
|
|
= procedure.libelle
|
|
.procedure-description
|
|
.procedure-description-body.read-more-enabled.read-more-collapsed
|
|
= h string_to_html(procedure.description)
|
|
= button_tag "Afficher la description complète", class: 'button read-more-button'
|