From 0a37637dafb4b95fd0e56ef92ac9d7a71729594d Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 12 May 2013 13:12:02 +0100 Subject: [PATCH] challenges: fix up lists to use new list templates --- src/app/challenges.coffee | 2 +- views/app/challenges.html | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/challenges.coffee b/src/app/challenges.coffee index 2464631e70..f6f5ea67cb 100644 --- a/src/app/challenges.coffee +++ b/src/app/challenges.coffee @@ -5,7 +5,7 @@ module.exports.app = (appExports, model) -> model.set '_challenge.new', name: '' habits: [] - dailies: [] + daily: [] todos: [] rewards: [] assignees: 'party' diff --git a/views/app/challenges.html b/views/app/challenges.html index 49a89d8dce..88051459a5 100644 --- a/views/app/challenges.html +++ b/views/app/challenges.html @@ -51,16 +51,19 @@ {#unless _challenge.creating} Create New Challenge {else} -
- + -
- ... -
+
+ +
- - -
+ + {/}