9 lines
254 B
Handlebars
9 lines
254 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
|
|
gotoClients=(action "gotoClients")
|
|
}} |