more bootstrap layout changes.

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