mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Removed home from navbar
This commit is contained in:
@@ -30,9 +30,6 @@
|
|||||||
</button>
|
</button>
|
||||||
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
|
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
|
||||||
<ul class="navbar-nav flex-grow-1">
|
<ul class="navbar-nav flex-grow-1">
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link text" asp-area="" asp-controller="Home" asp-action="Index">@T["Quick-Actions"]</a>
|
|
||||||
</li>
|
|
||||||
@if (User.Identity?.IsAuthenticated ?? false)
|
@if (User.Identity?.IsAuthenticated ?? false)
|
||||||
{
|
{
|
||||||
@if (User.HasClaim(ClaimTypes.Role, "CanInventorize"))
|
@if (User.HasClaim(ClaimTypes.Role, "CanInventorize"))
|
||||||
|
|||||||
Reference in New Issue
Block a user