Add button type
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
<header class="with-nav">
|
<header class="with-nav">
|
||||||
<h2>Proposed Reimbursements</h2>
|
<h2>Proposed Reimbursements</h2>
|
||||||
<nav>
|
<nav>
|
||||||
<button title="Submit a reimbursement"
|
<button type="button" class="button small green"
|
||||||
class="button small green"
|
title="Submit a reimbursement"
|
||||||
{{on "click" this.addReimbursement}}>
|
{{on "click" this.addReimbursement}}>
|
||||||
add
|
add
|
||||||
</button>
|
</button>
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
<header class="with-nav">
|
<header class="with-nav">
|
||||||
<h2>Confirmed Reimbursements</h2>
|
<h2>Confirmed Reimbursements</h2>
|
||||||
<nav>
|
<nav>
|
||||||
<button title="Submit a reimbursement"
|
<button type="button" class="button small green"
|
||||||
class="button small green"
|
title="Submit a reimbursement"
|
||||||
{{on "click" this.addReimbursement}}>
|
{{on "click" this.addReimbursement}}>
|
||||||
add
|
add
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user