Files
Disco/Disco.Web/Views/InitialConfig/_ViewStart.cshtml
T
Gary Sharp a4f4b7d0b3 Initial Config Theme & File Store Changes
Update theme & remove dynatree requirement
2014-04-13 20:19:02 +10:00

5 lines
150 B
Plaintext

@{
ViewContext.ViewBag.IsInitialConfig = true;
Layout = MVC.Shared.Views._PublicLayout;
Html.BundleDeferred("~/Style/InitialConfig");
}