Skip to content

Commit

Permalink
Merge pull request #2218 from SkillsFundingAgency/CON-4037_Repoint_ta…
Browse files Browse the repository at this point in the history
…sks_links_to_approvals

CON-4037 Updated links to go directly to the approvals sub domain
  • Loading branch information
narendranogothu authored Nov 2, 2021
2 parents 995fe73 + 97143e6 commit 49b1ecc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,17 @@ else
break;
case "AddApprentices":
<p>
<a href="@Url.EmployerCommitmentsAction("apprentices/inform")">Start adding apprentices now</a>
<a href="@Url.EmployerCommitmentsV2Action("unapproved/Inform")">Start adding apprentices now</a>
</p>
break;
case "ApprenticeChangesToReview":
<p>
@task.ItemsDueCount apprentice change@(task.ItemsDueCount > 1 ? "s" : "") to review <a href="@Url.EmployerCommitmentsAction("apprentices/manage/all?RecordStatus=ChangesForReview")">View changes</a>
@task.ItemsDueCount apprentice change@(task.ItemsDueCount > 1 ? "s" : "") to review <a href="@Url.EmployerCommitmentsV2Action("apprentices")">View changes</a>
</p>
break;
case "CohortRequestReadyForApproval":
<p>
@task.ItemsDueCount cohort request@(task.ItemsDueCount > 1 ? "s" : "") ready for approval <a href="@Url.EmployerCommitmentsAction("apprentices/cohorts/review")">View cohorts</a>
@task.ItemsDueCount cohort request@(task.ItemsDueCount > 1 ? "s" : "") ready for approval <a href="@Url.EmployerCommitmentsV2Action("unapproved/review")">View cohorts</a>
</p>
break;
case "ReviewConnectionRequest":
Expand Down

0 comments on commit 49b1ecc

Please sign in to comment.