diff --git a/public/app/js/templates/dashboard.html b/public/app/js/templates/dashboard.html index 74e241e4..22a96f5d 100644 --- a/public/app/js/templates/dashboard.html +++ b/public/app/js/templates/dashboard.html @@ -16,48 +16,6 @@ - - - - - - - - - - - - - - - - - - - - -
AccountSpentBudgetedPercentageProgress
- {{account.account}} - - {{account.amount | number:2}}{{account.currency}} - - {{account.budget | number:2}}{{account.currency}} - - {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}} - - - {{account.percentage | number:2}}% - - {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}% - - - -
-
@@ -121,4 +79,46 @@
+ + + + + + + + + + + + + + + + + + + + +
AccountSpentBudgetedPercentageProgress
+ {{account.account}} + + {{account.amount | number:2}}{{account.currency}} + + {{account.budget | number:2}}{{account.currency}} + + {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}} + + + {{account.percentage | number:2}}% + + {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}% + + + +
+