Skip to content

Commit

Permalink
add more specific url for FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-durand committed Jul 19, 2023
1 parent faf5cb8 commit e24c77b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/administrateurs/_breadcrumbs.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- else
%p.fr-mb-1w
= 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
%span.fr-badge.fr-badge--new.fr-mr-1w
= t('draft', scope: [:layouts, :breadcrumb])
Expand Down
1 change: 1 addition & 0 deletions config/locales/views/layouts/_breadcrumb.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ en:
draft: "Draft"
more_info_on_test: "For more information on test stage"
go_to_FAQ: "read FAQ"
url_FAQ: "https://faq.demarches-simplifiees.fr/category/49-comment-tester-ma-demarche"
1 change: 1 addition & 0 deletions config/locales/views/layouts/_breadcrumb.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ fr:
draft: "En test"
more_info_on_test: "Pour plus d’information sur la phase de test"
go_to_FAQ: "consulter la FAQ"
url_FAQ: "https://faq.demarches-simplifiees.fr/category/49-comment-tester-ma-demarche"

0 comments on commit e24c77b

Please sign in to comment.