mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 09:47:39 +00:00
Added title to settings pages
This commit is contained in:
parent
73e82c2f69
commit
d070401f20
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
@using NzbDrone.Web.Helpers
|
@using NzbDrone.Web.Helpers
|
||||||
|
|
||||||
@{ Layout = "~/Views/Shared/_Layout.cshtml"; }
|
@{
|
||||||
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||||
|
ViewBag.Title = "Settings";
|
||||||
|
}
|
||||||
|
|
||||||
@section HeaderContent
|
@section HeaderContent
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue