chore(banner): easier with hardcoded .gouv.fr name
This commit is contained in:
parent
d5515fca33
commit
033b2fa63d
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
= render Dsfr::NoticeComponent.new(closable: true, data_attributes: { "data-switch-domain-notice" => true }) do |c|
|
||||
- c.with_title do
|
||||
= t(".message_new_domain")
|
||||
= "#{helpers.link_to APPLICATION_NAME, new_host_url}."
|
||||
-# haml-lint:disable ApplicationNameLinter
|
||||
= "#{helpers.link_to "demarches.gouv.fr", new_host_url}."
|
||||
-# haml-lint:enable ApplicationNameLinter
|
||||
|
||||
- if manual_switch?
|
||||
= t(".follow_link")
|
||||
|
|
Loading…
Reference in a new issue