Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DFE-Digital/teaching-record-system
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50a4c9d298bc32d8c85d8512e0cffafce8e0d76e
Choose a base ref
..
head repository: DFE-Digital/teaching-record-system
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 655397891d1785826e044225a9d79387e7a24d61
Choose a head ref
Showing with 0 additions and 4 deletions.
  1. +0 −4 TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -57,10 +57,6 @@
<li class="govuk-header__navigation-item @(Context.Request.Path.StartsWithSegments("/users") ? "govuk-header__navigation-item--active" : "")">
<a class="govuk-header__link" href="@LinkGenerator.Users()">Users</a>
</li>
}

if ((await AuthorizationService.AuthorizeAsync(User, AuthorizationPolicies.UserManagement)).Succeeded)
{
<li class="govuk-header__navigation-item @(Context.Request.Path.StartsWithSegments("/application-users") || Context.Request.Path.StartsWithSegments("/api-keys") ? "govuk-header__navigation-item--active" : "")">
<a class="govuk-header__link" href="@LinkGenerator.ApplicationUsers()">Application users</a>
</li>