From c8e4386b4baff8ecfefcab2702e9a87d78595917 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sat, 4 May 2013 14:24:37 +0100 Subject: [PATCH] add backer, npc, and contributor achievements (still need to run database migrations for them) --- views/app/avatar.html | 17 +++++++++++++---- views/app/rewards.html | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/views/app/avatar.html b/views/app/avatar.html index 272695c3d4..c4e6e125c9 100644 --- a/views/app/avatar.html +++ b/views/app/avatar.html @@ -168,7 +168,6 @@ - @@ -177,10 +176,20 @@ - - + {{#if equal(@profile.backer.tier,800)}} +
NPC +
+ {{/}} + {{#if @profile.backer.contributor}} +
Contributor +
+ {{/}} + {{#if @profile.backer.tier}} +
Kickstarter Backer (${{@profile.backer.tier}} Tier) +
+ {{/}} {#if @profile.achievements.streak}
{@profile.achievements.streak} Streak Achievement(s)
@@ -194,7 +203,7 @@
{/} {#if @profile.achievements.ultimateGear} -
Ultimate Gear +
Ultimate Gear
{/} diff --git a/views/app/rewards.html b/views/app/rewards.html index 76e1497f6d..f3be9ba7f1 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -1,7 +1,7 @@

-

You have earned the "Ultimate Gear" Achievement for upgrading to the maximum gear set! +
You have earned the "Ultimate Gear" Achievement for upgrading to the maximum gear set!

<@footer>