mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
system page now uses bootstrap for layout.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
@using NzbDrone.Web.Helpers
|
||||
@{
|
||||
ViewBag.Title = "System";
|
||||
}
|
||||
Layout = "~/Views/Shared/_Bootstrap.cshtml";
|
||||
|
||||
}
|
||||
|
||||
@*
|
||||
@section HeaderContent
|
||||
{
|
||||
@Html.IncludeCss("Settings.css")
|
||||
@@ -12,7 +15,7 @@
|
||||
padding: 14px;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
}*@
|
||||
|
||||
@section ActionMenu{
|
||||
<ul class="sub-menu">
|
||||
|
||||
Reference in New Issue
Block a user