Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Make unclaimed look more like leaderboard (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 28, 2012
1 parent ca4c4ce commit 9aba44a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions www/about/unclaimed.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% block body %}
<style>
TABLE {
font: 300 17pt/17pt Lato, sans-serif;
font: 300 13pt/13pt Lato, sans-serif;
}
TD {
text-align: left;
Expand All @@ -67,12 +67,9 @@
</style>


<h2>These people have unclaimed money.</h2>

<p>These amounts represent pledges from people with a {% if user.ANON %}working
credit card{% else %}<a href="/credit-card.html">working credit card</a>{%end%}
on file, to people who have not joined Gittip. Only accounts with at least
$1.00 in pledges are listed.</p>
<h2>Unclaimed
<span class="small"><a href="leaderboard.html">Leaderboard</a></span>
</h2>

<table>
{% for i, unclaim in unclaimed %}
Expand Down Expand Up @@ -101,4 +98,10 @@ <h2>Gittip happens every Friday.</h2>
<b>opt-in</b>. We never collect money on a person&rsquo;s behalf until that
person opts-in by claiming their account.</p>

<p class="help">Amounts represent pledges from people with a
{% if user.ANON %}working credit card{% else %}<a href="/credit-card.html">working credit
card</a>{%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.</p>

{% end %}

0 comments on commit 9aba44a

Please sign in to comment.