Replace a series of <p> with a <dl>

This commit is contained in:
Corinne Durrmeyer 2024-06-28 11:11:26 +02:00
parent 0065d8933e
commit 43c8ea7bee
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 33 additions and 12 deletions

View file

@ -28,8 +28,18 @@
.fr-mb-4w
%h2
= t('views.legal_notice.hosting')
%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')
%h3
= t('views.legal_notice.hosting_content.firm')
%dl.pl-0
.flex
%dt= t('views.legal_notice.hosting_content.RCS_term')
%dd= t('views.legal_notice.hosting_content.RCS_value')
.flex
%dt= t('views.legal_notice.hosting_content.APE_term')
%dd= t('views.legal_notice.hosting_content.APE_value')
.flex
%dt= t('views.legal_notice.hosting_content.TVA_term_html')
%dd= t('views.legal_notice.hosting_content.TVA_value')
.flex
%dt= t('views.legal_notice.hosting_content.headquarters_term')
%dd= t('views.legal_notice.hosting_content.headquarters_value')

View file

@ -111,8 +111,15 @@ en:
direction_content: "Ms. Stéphanie Schaer , Interministerial Director of Digital Affairs."
hosting: "Hosting provider"
hosting_content:
line_four: "VAT NUMBER: FR 22 424 761 419"
line_five: "Head office : 2 rue Kellermann - 59100 Roubaix - France."
firm: "OVH"
RCS_term: "Commercial register"
RCS_value: "Roubaix Tourcoing 424 761 419 00045"
APE_term: "APE (business activity) code"
APE_value: "6202A"
TVA_term_html: "VAT NUMBER"
TVA_value: "FR 22 424 761 419"
headquarters_term: "Head office"
headquarters_value: "2 rue Kellermann - 59100 Roubaix - France"
accessibility_statement:
title: "Accessibility statement"
line_one_html: "DINUM is committed to making its service accessible in accordance with <a href=\"https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000037388867\" hreflang=\"fr\">Article 47 of Law No. 2005-102 of 11 February 2005</a>."

View file

@ -104,11 +104,15 @@ fr:
direction_content: "Madame Stéphanie Schaer , Directrice interministérielle du numérique."
hosting: "Prestataire d'hébergement"
hosting_content:
line_one: "OVH"
line_two: "RCS Roubaix Tourcoing 424 761 419 00045"
line_three: "Code APE 6202A"
line_four: "N° TVA : FR 22 424 761 419"
line_five: "Siège social : 2 rue Kellermann - 59100 Roubaix - France."
firm: "OVH"
RCS_term: "RCS"
RCS_value: "Roubaix Tourcoing 424 761 419 00045"
APE_term: "Code APE"
APE_value: "6202A"
TVA_term_html: "<abbr title='Numéro'>N°</abbr> TVA"
TVA_value: "FR 22 424 761 419"
headquarters_term: "Siège social"
headquarters_value: "2 rue Kellermann - 59100 Roubaix - France"
accessibility_statement:
title: "Déclaration daccessibilité"
line_one_html: "La DINUM sengage à rendre son service accessible, conformément à l<a href=\"https://www.legifrance.gouv.fr/loda/article_lc/LEGIARTI000037388867\">article 47 de la loi n° 2005-102 du 11 février 2005</a>."