Update: Minor styling for Job Lists
Especially for 'No Jobs' or 'All Jobs Closed' situations.
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
@{
|
||||
ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), Model.PageTitle);
|
||||
}
|
||||
@Html.Partial(MVC.Shared.Views._JobTable, Model.JobTable, new ViewDataDictionary())
|
||||
<div id="Job_List">
|
||||
@Html.Partial(MVC.Shared.Views._JobTable, Model.JobTable, new ViewDataDictionary())
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user