From 015c8a87af29019a75e151970c40fc422308e0d3 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 31 May 2012 20:02:17 -0400 Subject: [PATCH] DRY --- views/app/index.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/views/app/index.html b/views/app/index.html index f22b1600e3..98947462ae 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -3,6 +3,11 @@ + + +

{{{title}}}

+
+
    {{{content}}}
@@ -12,33 +17,25 @@ Lvl: {_user.lvl}
-

Habits

-
-
    {#each _habitList}{/}
+ {#each _habitList}{/}
-

Dailies

-
-
    {#each _dailyList}{/}
+ {#each _dailyList}{/}
-

Todos

-
-
    {#each _todoList}{/}
+ {#each _todoList}{/}
-

Rewards

-
-
    {#each _rewardList}{/}
+ {#each _rewardList}{/}