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”.
9 lines
250 B
Handlebars
9 lines
250 B
Handlebars
{{title "Job " model.name}}
|
|
{{component (concat "job-page/" model.templateType)
|
|
job=model
|
|
sortProperty=sortProperty
|
|
sortDescending=sortDescending
|
|
currentPage=currentPage
|
|
gotoJob=(action "gotoJob")
|
|
gotoTaskGroup=(action "gotoTaskGroup")}}
|