311d9d1cda
* variable index header and deletion hook * Some visual improvements to edit header and back button * Mirage fixtures for variables * Deletion flow test * Account for disabled state of add-more button * Transition destination changes after design chat * Simplified parent folder path by adding to variable model * Lint cleanup * test update to reflect path redirect on delete * No longer have to re-traverse to a deleted var folder after deletion, tests updated
8 lines
201 B
Handlebars
8 lines
201 B
Handlebars
{{page-title "Secure Variables: " this.model.path}}
|
|
{{#each this.breadcrumbs as |crumb|}}
|
|
<Breadcrumb @crumb={{crumb}} />
|
|
{{/each}}
|
|
<section class="section single-variable">
|
|
{{outlet}}
|
|
</section>
|
|
|