Skip to content

Commit

Permalink
Merge pull request #207 from SkillsFundingAgency/CON-3481_ManageAppre…
Browse files Browse the repository at this point in the history
…nticeSortResults

CON-3481 Removed apprentice sorting anchor tags
  • Loading branch information
Najamuddin-Muhammad authored Jun 1, 2021
2 parents 2af41ce + dae16a8 commit 369ad22
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,10 @@ else
</a>
</th>
<th scope="col" class="govuk-table__header">
<a class="@(Model.FilterModel.SortField == "ApprenticeshipStatus" ? Model.SortedByHeaderClassName : IndexViewModel.HeaderClassName)"
asp-route="@RouteNames.ApprenticesIndex"
asp-all-route-data="@Model.FilterModel.BuildSortRouteData("ApprenticeshipStatus")"
title="Sort the table by name">
Status
</a>
</th>
<th scope="col" class="govuk-table__header">
<a class="@(Model.FilterModel.SortField == "DataLockStatus" ? Model.SortedByHeaderClassName : IndexViewModel.HeaderClassName)"
asp-route="@RouteNames.ApprenticesIndex"
asp-all-route-data="@Model.FilterModel.BuildSortRouteData("DataLockStatus")"
title="Sort the table by name">
Alerts
</a>
</th>
</tr>
</thead>
Expand Down

0 comments on commit 369ad22

Please sign in to comment.