13 lines
163 B
Handlebars
13 lines
163 B
Handlebars
<div class="control-row">
|
|
<button
|
|
type="button"
|
|
data-action="cancel"
|
|
>
|
|
Cancel
|
|
</button>
|
|
<button
|
|
type="submit"
|
|
>
|
|
Confirm and Close
|
|
</button>
|
|
</div>
|