Files
Disco/Disco.Web/Areas/Config/Views/_ViewStart.cshtml
T
Gary Sharp 3f63281dc4 Feature: Job Queues
Also UI style, theme and element changes
2014-02-03 14:50:08 +11:00

5 lines
145 B
Plaintext

@{
Layout = MVC.Shared.Views._Layout;
Html.BundleDeferred("~/Style/Config");
ViewContext.ViewData["MenuArea"] = MVC.Config.Name;
}