system page now uses bootstrap for layout.

This commit is contained in:
kay.one
2013-01-16 21:09:57 -08:00
parent adb6f849f7
commit 622fa5ea2d
4 changed files with 19 additions and 8 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.SystemSettingsModel
@{
Layout = "~/Views/Shared/_Bootstrap.cshtml";
Layout = "_SettingsLayout.cshtml";
}
<div class="infoBox">
You must manually restart NzbDrone for these changes to take effect. (Automatic restart coming soon!)
</div>