10 lines
322 B
Handlebars
10 lines
322 B
Handlebars
{{page-title "Job " this.model.name}}
|
|
{{component (concat "job-page/" this.model.templateType)
|
|
job=this.model
|
|
sortProperty=this.sortProperty
|
|
sortDescending=this.sortDescending
|
|
currentPage=this.currentPage
|
|
gotoJob=(action "gotoJob")
|
|
gotoTaskGroup=(action "gotoTaskGroup")
|
|
gotoClients=(action "gotoClients")
|
|
}} |