hide user from partyMembers (see previous commit)

This commit is contained in:
Tyler Renelle 2013-04-21 18:48:28 -04:00
parent 5fb7bb5090
commit 089a2e0cf1

View file

@ -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}}
<div class="herobox-wrap">
<div class="herobox-wrap" style="{{#if equal(:member.id, _userId)}}display:none;{{/}}">
{{#unless equal(:member.id, _userId)}}
<app:avatar:avatar profile={{:member}} party="true" />
<!-- Would be way cleaner as a Derby template `data-content="<app:party:member-stats profile={{:member}} />"`, but it was just printing HTML as text -->