mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added title to settings pages
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user