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

Commit

Permalink
Show linked accounts on private profile too (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 13, 2012
1 parent e1dcd8d commit 82f63b3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ <h2>Embed</h2>
width="48pt" height="20pt"></iframe>
</p>

<h2>Linked Accounts</h2>


{% else %}
<h2 class="first"><b>{{ participant['id'] }}</b> receives
Expand All @@ -564,8 +566,17 @@ <h3>Funding Goal</h3>
{% end %}
</blockquote>

{% if user.ADMIN %}
<h3>{{ participant['id'] }} joined {{ dt2age(participant['claimed_time']) }}.
<span class="small"><a href="history.html">History</a></span>
</h3>

<h3>Linked Accounts</h3>
{% end %}

{% end %}


<ul id="accounts">
{% for account in accounts %}
<li>
Expand All @@ -586,12 +597,4 @@ <h3>Linked Accounts</h3>
{% end %}
</ul>

{% if user.ADMIN %}
<h3>{{ participant['id'] }} joined {{ dt2age(participant['claimed_time']) }}.
<span class="small"><a href="history.html">History</a></span>
</h3>
{% end %}

{% end %}

{% end %}

0 comments on commit 82f63b3

Please sign in to comment.