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”.
8 lines
139 B
Handlebars
8 lines
139 B
Handlebars
{{title "Run a job"}}
|
|
<section class="section">
|
|
{{job-editor
|
|
job=model
|
|
context="new"
|
|
onSubmit=(action onSubmit)}}
|
|
</section>
|