diff --git a/app/templates/budget.hbs b/app/templates/budget.hbs index 80dd73d..20d4546 100644 --- a/app/templates/budget.hbs +++ b/app/templates/budget.hbs @@ -48,23 +48,27 @@
-
-
-

Proposed Reimbursements

-
-
- -
-
+ {{#if this.reimbursementsUnconfirmed}} +
+
+

Proposed Reimbursements

+
+
+ +
+
+ {{/if}} -
-
-

Confirmed Expenses

-
-
- -
-
+ {{#if this.reimbursementsConfirmed}} +
+
+

Confirmed Expenses

+
+
+ +
+
+ {{/if}}