removed bootstrap layout from MVC, bootstrap+backbone is where we should be going.

This commit is contained in:
kay.one
2013-01-21 21:48:06 -08:00
parent 577d8adec4
commit 2806b34e59
5 changed files with 12 additions and 151 deletions
-1
View File
@@ -1,7 +1,6 @@
@using NzbDrone.Web.Helpers
@{
ViewBag.Title = "System";
Layout = "~/Views/Shared/_Bootstrap.cshtml";
}