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

4 lines
100 B
Plaintext

@{
Html.BundleDeferred("~/Style/Job");
ViewContext.ViewData["MenuArea"] = MVC.Job.Name;
}