From d070401f20bd146b915e7e901b088c82eda822bc Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 21 Oct 2012 00:44:00 -0700 Subject: [PATCH] Added title to settings pages --- NzbDrone.Web/Views/Settings/_SettingsLayout.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Web/Views/Settings/_SettingsLayout.cshtml b/NzbDrone.Web/Views/Settings/_SettingsLayout.cshtml index 6352bcabb..4cb5581ae 100644 --- a/NzbDrone.Web/Views/Settings/_SettingsLayout.cshtml +++ b/NzbDrone.Web/Views/Settings/_SettingsLayout.cshtml @@ -1,6 +1,9 @@ @using NzbDrone.Web.Helpers -@{ Layout = "~/Views/Shared/_Layout.cshtml"; } +@{ + Layout = "~/Views/Shared/_Layout.cshtml"; + ViewBag.Title = "Settings"; +} @section HeaderContent {