add more specific url for FAQ
This commit is contained in:
parent
faf5cb8034
commit
e24c77b027
3 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
- else
|
- else
|
||||||
%p.fr-mb-1w
|
%p.fr-mb-1w
|
||||||
= t('more_info_on_test', scope: [:layouts, :breadcrumb])
|
= t('more_info_on_test', scope: [:layouts, :breadcrumb])
|
||||||
= link_to t('go_to_FAQ', scope: [:layouts, :breadcrumb]), t("links.common.faq.url"), title: new_tab_suffix(t('go_to_FAQ', scope: [:layouts, :breadcrumb])), **external_link_attributes
|
= link_to t('go_to_FAQ', scope: [:layouts, :breadcrumb]), t("url_FAQ", scope: [:layouts, :breadcrumb]), title: new_tab_suffix(t('go_to_FAQ', scope: [:layouts, :breadcrumb])), **external_link_attributes
|
||||||
.flex
|
.flex
|
||||||
%span.fr-badge.fr-badge--new.fr-mr-1w
|
%span.fr-badge.fr-badge--new.fr-mr-1w
|
||||||
= t('draft', scope: [:layouts, :breadcrumb])
|
= t('draft', scope: [:layouts, :breadcrumb])
|
||||||
|
|
|
@ -13,3 +13,4 @@ en:
|
||||||
draft: "Draft"
|
draft: "Draft"
|
||||||
more_info_on_test: "For more information on test stage"
|
more_info_on_test: "For more information on test stage"
|
||||||
go_to_FAQ: "read FAQ"
|
go_to_FAQ: "read FAQ"
|
||||||
|
url_FAQ: "https://faq.demarches-simplifiees.fr/category/49-comment-tester-ma-demarche"
|
||||||
|
|
|
@ -13,3 +13,4 @@ fr:
|
||||||
draft: "En test"
|
draft: "En test"
|
||||||
more_info_on_test: "Pour plus d’information sur la phase de test"
|
more_info_on_test: "Pour plus d’information sur la phase de test"
|
||||||
go_to_FAQ: "consulter la FAQ"
|
go_to_FAQ: "consulter la FAQ"
|
||||||
|
url_FAQ: "https://faq.demarches-simplifiees.fr/category/49-comment-tester-ma-demarche"
|
||||||
|
|
Loading…
Reference in a new issue