diff --git a/PlexRequests.UI/Views/Shared/_Layout.cshtml b/PlexRequests.UI/Views/Shared/_Layout.cshtml index 3cc50a93b..80e11ac31 100644 --- a/PlexRequests.UI/Views/Shared/_Layout.cshtml +++ b/PlexRequests.UI/Views/Shared/_Layout.cshtml @@ -43,7 +43,7 @@ @Html.GetNavbarUrl(Context, "/issues", UI.Layout_Issues, "exclamation", "") @if (Context.CurrentUser.IsAuthenticated()) // TODO replace with IsAdmin { -
  • +
  • }