Skip to content

Commit

Permalink
Merge pull request #882 from SkillsFundingAgency/CON-1732-nav-content…
Browse files Browse the repository at this point in the history
…-change

CON-1732-nav-content-change
  • Loading branch information
Stephek authored May 6, 2020
2 parents efef014 + da85121 commit 935f9e0
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 935f9e0

Please sign in to comment.