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/expected.html | 86 +++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 38 deletions(-) (limited to 'src/templates/expected.html') diff --git a/src/templates/expected.html b/src/templates/expected.html index 64841a5..9554896 100644 --- a/src/templates/expected.html +++ b/src/templates/expected.html @@ -8,44 +8,54 @@ -

{{name}}'s Budget

-
- - - - - -
+
+

{{name}}'s Budget

+
+ + + + + +
-
- - - - -
- - - {{#each expecteds}} - - - - - - - {{/each}} -
NameTotalPeriod
{{this.index}}{{this.name}}{{this.total}}{{this.days}}
- - - - - - - - - - - -
Weekly:{{week}}
Monthly:{{month}}
Yearly:{{year}}
+
+ + + + +
+ + + + + + + + {{#each expecteds}} + + + + + + + {{/each}} +
NameTotalPeriod
{{this.index}}{{this.name}}{{this.total}}{{this.days}}
+ + + + + + + + + + + + + +
Weekly:{{week}}
Monthly:{{month}}
Yearly:{{year}}
+
+ {{>navigation}} - + \ No newline at end of file -- cgit v1.2.3