Skip to content

Commit

Permalink
Add button type
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Mar 20, 2024
1 parent 69ab491 commit 5612ac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/templates/budget.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<header class="with-nav">
<h2>Proposed Reimbursements</h2>
<nav>
<button title="Submit a reimbursement"
class="button small green"
<button type="button" class="button small green"
title="Submit a reimbursement"
{{on "click" this.addReimbursement}}>
add
</button>
Expand All @@ -35,8 +35,8 @@
<header class="with-nav">
<h2>Confirmed Reimbursements</h2>
<nav>
<button title="Submit a reimbursement"
class="button small green"
<button type="button" class="button small green"
title="Submit a reimbursement"
{{on "click" this.addReimbursement}}>
add
</button>
Expand Down

0 comments on commit 5612ac4

Please sign in to comment.