mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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>
|