diff --git a/PlexRequests.UI/Views/Admin/Authentication.cshtml b/PlexRequests.UI/Views/Admin/Authentication.cshtml index 2ab4930da..a7e032aa5 100644 --- a/PlexRequests.UI/Views/Admin/Authentication.cshtml +++ b/PlexRequests.UI/Views/Admin/Authentication.cshtml @@ -1,4 +1,4 @@ -@Html.Partial("/Admin/_Sidebar") +@Html.Partial("_Sidebar")
diff --git a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml index 651a87855..835513d8c 100644 --- a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml +++ b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml @@ -1,4 +1,4 @@ -@Html.Partial("/Admin/_Sidebar") +@Html.Partial("_Sidebar") @{ int port; if (Model.Port == 0) diff --git a/PlexRequests.UI/Views/Admin/Plex.cshtml b/PlexRequests.UI/Views/Admin/Plex.cshtml index ef380bdf6..0b163e48c 100644 --- a/PlexRequests.UI/Views/Admin/Plex.cshtml +++ b/PlexRequests.UI/Views/Admin/Plex.cshtml @@ -1,4 +1,4 @@ -@Html.Partial("/Admin/_Sidebar") +@Html.Partial("_Sidebar") @{ int port; if (Model.Port == 0) diff --git a/PlexRequests.UI/Views/Admin/Settings.cshtml b/PlexRequests.UI/Views/Admin/Settings.cshtml index 780e9f46f..fc90dd1d9 100644 --- a/PlexRequests.UI/Views/Admin/Settings.cshtml +++ b/PlexRequests.UI/Views/Admin/Settings.cshtml @@ -1,4 +1,4 @@ -@Html.Partial("/Admin/_Sidebar") +@Html.Partial("_Sidebar") @{ int port; if (Model.Port == 0)