11 lines
256 B
Handlebars
11 lines
256 B
Handlebars
|
<Breadcrumb @crumb={{hash label="New" args=(array "policies.new")}} />
|
||
|
{{page-title "Create Policy"}}
|
||
|
<section class="section">
|
||
|
<h1 class="title with-flex" data-test-title>
|
||
|
Create Policy
|
||
|
</h1>
|
||
|
<PolicyEditor
|
||
|
@policy={{this.model}}
|
||
|
/>
|
||
|
</section>
|