5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
@model Disco.Web.Models.Job.ListModel
|
|
@{
|
|
ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), Model.PageTitle);
|
|
}
|
|
@Html.Partial(MVC.Shared.Views._JobTable, Model.JobTable, new ViewDataDictionary()) |