2017-09-19 14:47:10 +00:00
|
|
|
{{#global-header class="page-header"}}
|
2017-12-20 01:25:35 +00:00
|
|
|
{{#each breadcrumbs as |breadcrumb index|}}
|
|
|
|
<li class="{{if (eq (inc index) breadcrumbs.length) "is-active"}}">
|
|
|
|
{{#link-to params=breadcrumb.args}}{{breadcrumb.label}}{{/link-to}}
|
|
|
|
</li>
|
2017-09-19 14:47:10 +00:00
|
|
|
{{/each}}
|
|
|
|
{{/global-header}}
|
2017-10-23 23:59:30 +00:00
|
|
|
{{#gutter-menu class="page-body" onNamespaceChange=(action "gotoJobs")}}
|
2017-09-19 14:47:10 +00:00
|
|
|
{{partial "jobs/job/subnav"}}
|
|
|
|
<section class="section">
|
|
|
|
{{job-deployments-stream deployments=deployments}}
|
|
|
|
</section>
|
|
|
|
{{/gutter-menu}}
|