diff --git a/views/app/index.html b/views/app/index.html index 7027ef82f4..d77788cc67 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -43,32 +43,42 @@ and have to pass those in via {{{content}}} instead -->
- - {#each _habitList as :task}{/} - - +

Habits

+ +
- - {#each _dailyList as :task}{/} - - +

Dailies

+ +
- - {#each _todoList as :task}{/} - - +

Todos

+
+ +
+
+
    {#each _todoList as :task}{/}
+
+
+ TODO: Implement completed +
+
+
+ +
+

Rewards

{gold(_user.money)} {silver(_user.money)} - - {#each _rewardList as :task}{/} - - + +
@@ -80,23 +90,12 @@ <% else %>--> - +
- + {{{content}}}
- -
-

{{{title}}}

-
-
-
    - {{{content}}} -
-
-
-