diff --git a/NzbDrone.Web/Controllers/SharedController.cs b/NzbDrone.Web/Controllers/SharedController.cs index cedb4db46..499ae1b9f 100644 --- a/NzbDrone.Web/Controllers/SharedController.cs +++ b/NzbDrone.Web/Controllers/SharedController.cs @@ -27,11 +27,5 @@ namespace NzbDrone.Web.Controllers return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version }); } - - [ChildActionOnly] - public ActionResult LocalSearch() - { - return PartialView(); - } } } \ No newline at end of file diff --git a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml index 26bf5e8f2..bcb95299a 100644 --- a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml +++ b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml @@ -15,7 +15,7 @@ } @section TitleContent{ - Settings + Settings > Naming } @section ActionMenu{ @@ -27,10 +27,6 @@ @using (Html.BeginForm("SaveEpisodeSorting", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { @Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.") - -
-
- @Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")+
diff --git a/NzbDrone.Web/Views/Settings/Notifications.cshtml b/NzbDrone.Web/Views/Settings/Notifications.cshtml index 2f559d1a8..445dbc8eb 100644 --- a/NzbDrone.Web/Views/Settings/Notifications.cshtml +++ b/NzbDrone.Web/Views/Settings/Notifications.cshtml @@ -38,7 +38,7 @@ } @section TitleContent{ - Settings + Settings > Notifications } @section ActionMenu{ @@ -48,10 +48,7 @@ @section MainContent{-
diff --git a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml index 2894f7e78..40f10931c 100644 --- a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml +++ b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml @@ -6,7 +6,7 @@ } @section TitleContent{ - Settings + Settings > Sabnzbd } @section ActionMenu{ @@ -18,9 +18,6 @@ @using (Html.BeginForm("SaveSabnzbd", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" })) { -