From 8fdeccf43cb87a1ccf2ed441c622972009cd628e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 2 Jun 2013 10:07:15 -0400 Subject: [PATCH] challenges: fix disappearing repeat bug --- views/app/tasks.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/app/tasks.html b/views/app/tasks.html index de9fe50106..08e2229c41 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -272,7 +272,8 @@ - {#if and(equal(:task.type, 'habit'),not(taskInChallenge(:task)))} + {#if equal(:task.type, 'habit')} + {#unless taskInChallenge(:task)}
Direction/Actions @@ -284,6 +285,7 @@
+ {/} {else if equal(:task.type, 'daily')}