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

Commit

Permalink
Let admin see who anonymous is on homepage (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Oct 25, 2012
1 parent 5fe7863 commit 814415e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ <h3 class="first">Top Givers</h3>
<td class="amount">$</td>
<td class="amount">{{ giver['amount'] }}</td>
{% if giver['anonymous'] %}
<td class="unclaimed">anonymous</td>
<td class="unclaimed">anonymous{% if user.ADMIN %}
<a class="help" href="/{{ giver['tipper'] }}/">{{ giver['tipper'] }}</a>
{% end %}</td>
{% else %}
<td><a href="/{{ giver['tipper'] }}/">{{ giver['tipper'] }}</a></td>
{% end %}
Expand Down

0 comments on commit 814415e

Please sign in to comment.