From 9d06f09d29e28eee1ad12044ae2ab2f40cfe6d97 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 08:08:39 -0400 Subject: [PATCH] bug --- src/app/index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.coffee b/src/app/index.coffee index 783172a4c0..62b1062ee0 100644 --- a/src/app/index.coffee +++ b/src/app/index.coffee @@ -61,7 +61,7 @@ view.fn 'taskClasses', (type, completed, score) -> when score>=-1 and score<1 then classes += ' color-neutral' when score>=1 and score<5 then classes += ' color-good' when score>=5 and score<10 then classes += ' color-better' - when score>=10 then output += ' color-best' + when score>=10 then classes += ' color-best' return classes view.fn "percent", (x, y) ->