Added title to settings pages

pull/3113/head
Mark McDowall 12 years ago
parent 73e82c2f69
commit d070401f20

@ -1,6 +1,9 @@
@using NzbDrone.Web.Helpers
@{ Layout = "~/Views/Shared/_Layout.cshtml"; }
@{
Layout = "~/Views/Shared/_Layout.cshtml";
ViewBag.Title = "Settings";
}
@section HeaderContent
{

Loading…
Cancel
Save