@model Disco.Web.Models.Job.ShowModel @{ ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id.ToString())); Html.BundleDeferred("~/ClientScripts/Modules/Silverlight"); Html.BundleDeferred("~/ClientScripts/Modules/jQueryUI-TimePicker"); }
@{ var jobStatusInfo = Model.Job.Status();} @jobStatusInfo.Item2
@Html.Partial(MVC.Job.Views.JobParts._Subject, Model)
@Html.Partial(MVC.Job.Views.JobParts.Resources, Model)
@Html.Partial(MVC.Job.Views.JobParts.JobMetaAdditions, Model)