Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ecruit into CON-1046-back-link
  • Loading branch information
reachash committed May 6, 2020
2 parents 37e09b0 + 935f9e0 commit 47ef2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Provider.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<a asp-route="@RouteNames.Dashboard_Account_Home" class="das-navigation__link">Home</a>
</li>
<li class="das-navigation__list-item">
<a asp-route="@RouteNames.Dashboard_YourCohorts" asp-route-ukprn="@Context.User.GetUkprn()" class="das-navigation__link">Your cohorts</a>
<a asp-route="@RouteNames.Dashboard_YourCohorts" asp-route-ukprn="@Context.User.GetUkprn()" class="das-navigation__link">Apprentice requests</a>
</li>
<li class="das-navigation__list-item">
<a asp-route="@RouteNames.Dashboard_ManageFunding" asp-route-ukprn="@Context.User.GetUkprn()" class="das-navigation__link">Manage funding</a>
Expand Down

0 comments on commit 47ef2f1

Please sign in to comment.