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

Commit

Permalink
Change link from GitHub to blog (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 4, 2012
1 parent a1ed102 commit 9822279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/participant.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Your weekly {{ tip_or_pledge }} to {{ username }} is:</h2>
<span class="old-amount">
<button class="tip disabled selected">{{ my_tip }}</button>
<span class="old-amount-link">&mdash;
<a href="https://github.com/whit537/www.gittip.com/issues/95" target="_blank">old amount</a>!</span>
<a href="http://blog.gittip.com/post/26505682007/is-personal-funding-viable" target="_blank">old amount</a>!</span>
</span>
{% end %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2>You tip <span id="total">${{ total }}</span> per week.
<span class="old-amount">
<button class="tip small disabled selected">{{ tip['amount'] }}</button>
<span class="old-amount-link">&mdash;
<a href="https://github.com/whit537/www.gittip.com/issues/95" target="_blank">old amount</a>!</span>
<a href="http://blog.gittip.com/post/26505682007/is-personal-funding-viable" target="_blank">old amount</a>!</span>
</span>
{% end %}
</td>
Expand Down

0 comments on commit 9822279

Please sign in to comment.