Bug Fix: MVC Layouts to Static

This commit is contained in:
Gary Sharp
2013-11-14 14:13:23 +11:00
parent fe00963cb0
commit 230b1af9f7
14 changed files with 34 additions and 49 deletions
@@ -1,4 +1,4 @@
@{
Layout = "~/Views/Shared/_Layout.cshtml";
Layout = MVC.Shared.Views._Layout;
Html.BundleDeferred("~/Style/Config");
}
@@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18051
// Runtime Version:4.0.30319.34003
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -45,7 +45,7 @@ namespace Disco.Web.Areas.Config.Views
#line 1 "..\..\Areas\Config\Views\_ViewStart.cshtml"
Layout = "~/Views/Shared/_Layout.cshtml";
Layout = MVC.Shared.Views._Layout;
Html.BundleDeferred("~/Style/Config");
@@ -1,3 +1,3 @@
@{
Layout = "~/Views/Shared/_PublicLayout.cshtml";
Layout = MVC.Shared.Views._PublicLayout;
}
@@ -45,7 +45,7 @@ namespace Disco.Web.Areas.Public.Views
#line 1 "..\..\Areas\Public\Views\_ViewStart.cshtml"
Layout = "~/Views/Shared/_PublicLayout.cshtml";
Layout = MVC.Shared.Views._PublicLayout;
#line default