diff --git a/Bootstrap.Admin/Views/Shared/Header.cshtml b/Bootstrap.Admin/Views/Shared/Header.cshtml index e28bf2e2..e49e0ff9 100644 --- a/Bootstrap.Admin/Views/Shared/Header.cshtml +++ b/Bootstrap.Admin/Views/Shared/Header.cshtml @@ -1,114 +1,108 @@ @model Bootstrap.Admin.Models.HeaderBarModel
-
-
- - - @Model.Title - - @if (User.IsInRole("Administrators")) - { - - } -