From 625dfe4b9bb0b30d4cad0f93615b94d0334393ea Mon Sep 17 00:00:00 2001 From: Zachary Kain Date: Sat, 9 Feb 2013 14:24:05 -0500 Subject: [PATCH] fixed level not showing up on party members, got myself a clean avatar ready to style --- views/app/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/views/app/index.html b/views/app/index.html index b1dbbd0d1e..87a84c9918 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -257,7 +257,7 @@ do a find for the string after "→" {#each _partyMembers as :member} {#unless equal(:member.id, _userId)} - + {/} {/} @@ -570,7 +570,7 @@ do a find for the string after "→" -
+
{#with @profile.preferences as :p} @@ -581,9 +581,11 @@ do a find for the string after "→" {/}
- {#if @main} + {{#if @main}}
Lvl {@profile.stats.lvl}
- {/} + {{else if @party}} +
Lvl {@profile.stats.lvl}
+ {{/}}