From ed459e5451c2538119468c55625435494ba6330f Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 10:22:01 -0400 Subject: [PATCH] removed and inserted inline. didn't save much, and couldnt' customize --- views/app/index.html | 57 ++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 29 deletions(-) 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 _habitList as :task}{/}
+
- - {#each _dailyList as :task}{/} - - +

Dailies

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

Todos

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

Rewards

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

{{{title}}}

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