Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-4037 Updated links to go directly to the approvals sub domain #2218

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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