demarches-normaliennes/app/views/new_user/dossiers/_demarche_overview.html.haml
2019-01-03 12:08:25 +01:00

9 lines
225 B
Text

.procedure-logos
= 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)