Reimbursement form fixes and improvements #223

Merged
raucao merged 7 commits from bugfix/220-reimbursement_sums into master 2024-03-21 10:38:45 +00:00
Showing only changes of commit 5612ac4e95 - Show all commits
+4 -4
View File
@@ -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>
@@ -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>