Rename Layout to Master

This commit is contained in:
Sebastiaan Janssen
2016-09-11 12:02:21 +02:00
parent e0bea19825
commit 8accc7b73d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@using ClientDependency.Core.Mvc
@inherits UmbracoTemplatePage
@{
Layout = "/Views/Layout.cshtml";
Layout = "~/Views/Master.cshtml";
Html.RequiresJs("~/scripts/projects/jquery.tagger.js", 100);
Html.RequiresJs("~/scripts/projects/jquery.autocomplete.js", 100);
Html.RequiresJs("~/scripts/swfUpload/callbacks.js", 105);
+1 -1
View File
@@ -1,7 +1,7 @@
@using OurUmbraco.Release
@inherits UmbracoTemplatePage
@{
Layout = "/Views/Layout.cshtml";
Layout = "~/Views/Master.cshtml";
var allReleases = Release.GetAllReleaseFromFile();
var inProgress = allReleases.Where(x => x.inProgressRelease).ToList();