From 830089a74e183b11a3ebcf7a3290319eac75f441 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 21 Apr 2013 17:46:58 -0400 Subject: [PATCH] some fixes to make sure {#each} contains one-and-only-one element --- views/app/avatar.html | 2 +- views/app/header.html | 8 ++++---- views/app/pets.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/views/app/avatar.html b/views/app/avatar.html index 97469583d2..c297dc3df5 100644 --- a/views/app/avatar.html +++ b/views/app/avatar.html @@ -175,8 +175,8 @@ diff --git a/views/app/header.html b/views/app/header.html index 930521a0ac..07000d149d 100644 --- a/views/app/header.html +++ b/views/app/header.html @@ -29,14 +29,14 @@ 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)}} -
+
+ {{#unless equal(:member.id, _userId)}} -
- {{/}} + {{/}} +
{{/}} diff --git a/views/app/pets.html b/views/app/pets.html index 2db53b93ac..6ec69af442 100644 --- a/views/app/pets.html +++ b/views/app/pets.html @@ -75,7 +75,7 @@