demarches-normaliennes/app/views/legal_notice/index.html.haml

30 lines
1 KiB
Text
Raw Normal View History

2023-03-15 13:15:37 +01:00
- content_for(:title, t('views.legal_notice.title'))
- content_for :footer do
= render partial: "root/footer"
2023-03-15 14:16:12 +01:00
#legal-notice.fr-pt-2w
2023-03-15 14:31:23 +01:00
.fr-container
2023-03-21 09:10:47 +01:00
%h1.fr-mb-4w
2023-03-15 13:15:37 +01:00
= t('views.legal_notice.title')
.legal-block
%h2
= t('views.legal_notice.editing')
2023-03-21 09:10:47 +01:00
%p.fr-mb-2w= t('views.legal_notice.editing_content.line_one')
%p.fr-mb-2w= t('views.legal_notice.editing_content.line_two')
%p.fr-mb-2w= t('views.legal_notice.editing_content.line_three')
2023-03-15 13:15:37 +01:00
.legal-block
%h2
= t('views.legal_notice.direction')
2023-03-21 09:10:47 +01:00
%p.fr-mb-2w= t('views.legal_notice.direction_content')
2023-03-15 13:15:37 +01:00
.legal-block
%h2
= t('views.legal_notice.hosting')
2023-03-21 09:10:47 +01:00
%p.fr-mb-2w= t('views.legal_notice.hosting_content.line_one')
%p.fr-mb-2w= t('views.legal_notice.hosting_content.line_two')
%p.fr-mb-2w= t('views.legal_notice.hosting_content.line_three')
%p.fr-mb-2w= t('views.legal_notice.hosting_content.line_four')
%p.fr-mb-2w= t('views.legal_notice.hosting_content.line_five')