diff --git a/views/app/index.html b/views/app/index.html index 77e6811623..7027ef82f4 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -32,6 +32,54 @@ <% end %>--> + +
+ +
+
+ + + +
+ + {#each _habitList as :task}{/} + + +
+ +
+ + {#each _dailyList as :task}{/} + + +
+ +
+ + {#each _todoList as :task}{/} + + +
+ +
+ {gold(_user.money)} {silver(_user.money)} + + {#each _rewardList as :task}{/} + + +
+ + +
+
+ + + +
@@ -93,55 +141,7 @@ {/} Save Delete - - - -
- -
-
- - - -
- - {#each _habitList as :task}{/} - - -
- -
- - {#each _dailyList as :task}{/} - - -
- -
- - {#each _todoList as :task}{/} - - -
- -
- {gold(_user.money)} {silver(_user.money)} - - {#each _rewardList as :task}{/} - - -
- - -
-
- - - + Fork me on GitHub