2019-01-08 08:20:49 +01:00
|
|
|
.no-procedure
|
2022-08-29 11:56:38 +02:00
|
|
|
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: ""
|
2019-01-08 08:20:49 +01:00
|
|
|
.baseline.center
|
|
|
|
%p
|
2021-08-24 16:43:43 +02:00
|
|
|
%span.simple= t('.line1')
|
2020-06-03 15:59:24 +02:00
|
|
|
%br
|
2021-08-24 16:43:43 +02:00
|
|
|
= t('.line2')
|
2019-01-08 08:20:49 +01:00
|
|
|
%br
|
2021-08-24 16:43:43 +02:00
|
|
|
= t('.line3')
|
2022-05-30 16:50:45 +02:00
|
|
|
%hr
|
|
|
|
%p
|
2022-01-14 14:55:28 +01:00
|
|
|
%span.small-simple= t('.are_you_new', app_name: APPLICATION_NAME.gsub("-","‑")).html_safe
|
|
|
|
%br
|
|
|
|
%br
|
2023-01-09 18:16:04 +01:00
|
|
|
= link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary", **external_link_attributes
|