From 96dffb89516a45dc0f97719cd6071abf116c2f2b Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Mon, 11 Dec 2023 12:09:34 +0100 Subject: [PATCH] feat(agent connect): add agent connect button to landing page --- app/views/layouts/_header.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_header.haml b/app/views/layouts/_header.haml index 07425860d..547ca7075 100644 --- a/app/views/layouts/_header.haml +++ b/app/views/layouts/_header.haml @@ -39,6 +39,7 @@ - if request.path == new_user_registration_path %li .fr-hidden-sm.fr-unhidden-lg.fr-link--sm= t('views.shared.account.already_user_question') + %li= link_to 'Agent', agent_connect_path, class: "fr-btn fr-btn--tertiary fr-icon-government-fill fr-btn--icon-left" %li= link_to t('views.shared.account.signin'), new_user_session_path, class: "fr-btn fr-btn--tertiary fr-icon-account-circle-fill fr-btn--icon-left" %li