Skip to content

Commit

Permalink
Update Index.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed Sep 2, 2020
1 parent 8b39a2b commit d66fd52
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -55,7 +55,7 @@
</table>

<p class="govuk-body">
<a href="@Url.Action(ControllerConstants.GatewayInformActionName, ControllerConstants.EmployerAccountControllerName)" class="govuk-button" id="add_new_account" aria-label="Add new account">Add new account</a>
<a href="@Url.Action(ControllerConstants.GetApprenticeshipFundingActionName, ControllerConstants.EmployerAccountControllerName)" class="govuk-button" id="add_new_account" aria-label="Add new account">Add new account</a>
</p>
}
@if (Model.Data.Accounts.AccountList.Count != 0 && Model.Data.Invitations > 0)
Expand Down

0 comments on commit d66fd52

Please sign in to comment.