422990f664
fix(9.2.1): add nav to footer as it is a navigation area fix(8.9.1): sign_in, do not use %hr within %p which implicitely close the %p leading to an empty %p after that fix(9.2.1): sign in, missing %nav element
15 lines
512 B
Text
15 lines
512 B
Text
.no-procedure
|
|
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
|
|
.baseline.center
|
|
%p
|
|
%span.simple= t('.line1')
|
|
%br
|
|
= t('.line2')
|
|
%br
|
|
= t('.line3')
|
|
%hr
|
|
%p
|
|
%span.small-simple= t('.are_you_new', app_name: APPLICATION_NAME.gsub("-","‑")).html_safe
|
|
%br
|
|
%br
|
|
= link_to t('views.users.sessions.new.find_procedure'), COMMENT_TROUVER_MA_DEMARCHE_URL, target: "_blank", class: "button expend secondary"
|