From 9a34bfd9be2601632942f75e1ee1ee5f7c4ee2d1 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 09:24:12 -0400 Subject: [PATCH] reorganize html --- views/app/index.html | 98 ++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 49 deletions(-) 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