Skip to content

Commit

Permalink
Change where the sign in as jobseeker link takes user. Now taking the…
Browse files Browse the repository at this point in the history
…m to onelogin page.
  • Loading branch information
KyleMacPherson committed Oct 4, 2024
1 parent 1efbdbe commit 4937724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- else
p.govuk-body = t(".jobseeker_section.signed_out.description_html")
= govuk_button_link_to(t("buttons.sign_in"), new_jobseeker_session_path, class: "govuk-!-margin-bottom-2")
p.govuk-body = t(".jobseeker_section.signed_out.create_account_html", create_account_link: govuk_link_to(t(".jobseeker_section.signed_out.link_text.create_account"), new_jobseeker_registration_path, class: "govuk-link--no-visited-state"))
p.govuk-body = t(".jobseeker_section.signed_out.create_account_html", create_account_link: govuk_link_to(t(".jobseeker_section.signed_out.link_text.create_account"), new_jobseeker_session_path, class: "govuk-link--no-visited-state"))

.govuk-grid-column-one-quarter
h2.govuk-heading-m = t(".publisher_section.title")
Expand Down

0 comments on commit 4937724

Please sign in to comment.