From 9aba44ad41d1c1d630d08535f57c2209b9e7e110 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 28 Jun 2012 17:47:09 -0400 Subject: [PATCH] Make unclaimed look more like leaderboard (#71) --- www/about/unclaimed.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/www/about/unclaimed.html b/www/about/unclaimed.html index cd5fdcc51e..142f1e5bbc 100644 --- a/www/about/unclaimed.html +++ b/www/about/unclaimed.html @@ -48,7 +48,7 @@ {% block body %} -

These people have unclaimed money.

- -

These amounts represent pledges from people with a {% if user.ANON %}working -credit card{% else %}working credit card{%end%} -on file, to people who have not joined Gittip. Only accounts with at least -$1.00 in pledges are listed.

+

Unclaimed + Leaderboard +

{% for i, unclaim in unclaimed %} @@ -101,4 +98,10 @@

Gittip happens every Friday.

opt-in. We never collect money on a person’s behalf until that person opts-in by claiming their account.

+

Amounts represent pledges from people with a +{% if user.ANON %}working credit card{% else %}working credit + card{%end%} on file, to people who have neither joined Gittip nor +explicitly opted out. Only accounts with at least $1.00 in pledges +are listed.

+ {% end %}