1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01:00

Added title to settings pages

This commit is contained in:
Mark McDowall 2012-10-21 00:44:00 -07:00
parent 73e82c2f69
commit d070401f20

View File

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