demarches-normaliennes/app/views/new_user/dossiers/_demarche_overview.html.haml

10 lines
225 B
Text
Raw Normal View History

.procedure-logos
2018-12-27 13:29:39 +01:00
= image_tag logo_img(procedure)
- if procedure.euro_flag
= image_tag "flag_of_europe.svg"
%h2.procedure-title
= procedure.libelle
.procedure-description
= h string_to_html(procedure.description)