mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Added title to settings pages
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@using NzbDrone.Web.Helpers
|
||||
|
||||
@{ Layout = "~/Views/Shared/_Layout.cshtml"; }
|
||||
@{
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
ViewBag.Title = "Settings";
|
||||
}
|
||||
|
||||
@section HeaderContent
|
||||
{
|
||||
|
Reference in New Issue
Block a user