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 -1
View File
@@ -1,7 +1,7 @@
@model Disco.Web.Models.Update.IndexModel
@{
ViewBag.Title = "Disco Post-Update Configuration";
Layout = "~/Areas/Public/Views/Shared/_Layout.cshtml";
Layout = MVC.Shared.Views._PublicLayout;
Html.BundleDeferred("~/ClientScripts/Modules/Knockout");
Html.BundleDeferred("~/ClientScripts/Modules/jQuery-SignalR");