From 089a2e0cf1e85ea7db6415d74a3a58f8388d02cb Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 21 Apr 2013 18:48:28 -0400 Subject: [PATCH] hide user from partyMembers (see previous commit) --- views/app/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/app/header.html b/views/app/header.html index 07000d149d..45a965dccc 100644 --- a/views/app/header.html +++ b/views/app/header.html @@ -29,7 +29,7 @@ NOTE TO SELF: Ask Tyler if some kind of inter-leaving is possible where we can put ONE of the results of this loop BEFORE the progress bars, and the rest after--> {{#each _partyMembers as :member}} -
+
{{#unless equal(:member.id, _userId)}}