From e0a4d1bb1339e80775aa37efaf8cac314278f8e9 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 19 Oct 2020 21:55:02 -0500 Subject: Add navigation template and logout --- src/templates/goals.html | 75 ++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 37 deletions(-) (limited to 'src/templates/goals.html') diff --git a/src/templates/goals.html b/src/templates/goals.html index b5dbe42..e30aa62 100644 --- a/src/templates/goals.html +++ b/src/templates/goals.html @@ -8,44 +8,45 @@ -

{{name}}'s Budget

-
- - - - - -
- -
- - - -
-
- Allocate funds - + + +
+
+ Allocate funds + + + +
+ + + + + + + + {{#each goals}} - + + + + + + + {{/each}} - - - - -
NameAmountTotalRemaining
{{this.index}}{{this.name}}{{this.amount}}{{this.total}}{{this.remaining}}
- - {{#each goals}} - - - - - - - - {{/each}} -
NameAmountTotalRemaining
{{this.index}}{{this.name}}{{this.amount}}{{this.total}}{{this.remaining}}
+ + + {{>navigation}} - + \ No newline at end of file -- cgit v1.2.3