Skip to content

Commit

Permalink
CON-3860 removed code to open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hkf-tech committed Sep 13, 2021
1 parent 906c997 commit a7ac813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
We've updated our <a class="govuk-notification-banner__link" href="@Url.Action("TermsAndConditions", "Home", new { returnUrl = "EmployerTeam", HashedAccountId = Model.Data.HashedAccountId })" target="_blank">terms of use</a>. By continuing to use this service you are accepting the updated terms.
We've updated our <a class="govuk-notification-banner__link" href="@Url.Action("TermsAndConditions", "Home", new { returnUrl = "EmployerTeam", HashedAccountId = Model.Data.HashedAccountId })">terms of use</a>. By continuing to use this service you are accepting the updated terms.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/SFA.DAS.EmployerAccounts.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
We've updated our <a class="govuk-notification-banner__link" href="@Url.Action("TermsAndConditions", "Home" , new { returnUrl = "Home" })" target="_blank">terms of use</a>. By continuing to use this service you are accepting the updated terms.
We've updated our <a class="govuk-notification-banner__link" href="@Url.Action("TermsAndConditions", "Home" , new { returnUrl = "Home" })">terms of use</a>. By continuing to use this service you are accepting the updated terms.
</p>
</div>
</div>
Expand Down

0 comments on commit a7ac813

Please sign in to comment.