90c9b89b5e
This uses ember-page-title to add dynamic page titles throughout the route hierarchy. When there’s more than one region, the current current region is added before the final entry of “- Nomad”.
6 lines
168 B
Handlebars
6 lines
168 B
Handlebars
{{title "Job " job.name " versions"}}
|
|
{{partial "jobs/job/subnav"}}
|
|
<section class="section">
|
|
{{job-versions-stream versions=model.versions verbose=true}}
|
|
</section>
|