From 494d5cecf9727b4579be396c0f10855f33f21195 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 18 Mar 2013 19:47:15 -0400 Subject: [PATCH] for now don't live-bind to {#each _user.tags}. There's a derby bug here, so we'll have to refresh when users add new tags until we get that fixed --- views/app/tasks.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/views/app/tasks.html b/views/app/tasks.html index f7c1751615..48c679f7a3 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -111,11 +111,15 @@

{:task.text} - {#each _user.tags as :tag} - {#if :task.tags[:tag.id]} - {:tag.name} - {/} - {/} + + + {{#each _user.tags as :tag}} + + {#if :task.tags[:tag.id]} + {:tag.name} + {/} + + {{/}}

@@ -198,9 +202,9 @@ Tags