Skip to content

Commit

Permalink
Redirect to V2 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
kola-samuel authored Jul 14, 2021
1 parent b08b017 commit 391f3a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p>Review, edit, approve and add more apprentices.</p>
</div>
<div class="das-card">
<h2 class="govuk-heading-m das-card__heading"><a id="ManageApprentices" href="@Url.CommitmentsLink($"accounts/{Model.AccountHashedId}/apprentices/manage/all")" class="govuk-link">Manage your apprentices</a></h2>
<h2 class="govuk-heading-m das-card__heading"><a id="ManageApprentices" href="@Url.Action("Index","Apprentice",new {Model.AccountHashedId})" class="govuk-link">Manage your apprentices</a></h2>
<p>View approved apprentices, update details of existing apprentices, change training providers or stop and pause payments to training providers.</p>
</div>
@if (Model.ShowSetPaymentOrderLink)
Expand Down

0 comments on commit 391f3a4

Please sign in to comment.