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

Commit

Permalink
Fix regression where backed amount was wrong (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 12, 2012
1 parent d5eab3b commit 34b58d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h2>You give <span id="total">${{ total }}</span> per week.
</table>


<h2>You receive ${{ amount }} per week.
<h2>You receive ${{ backed_amount }} per week.
<span class="small"><a href="history.html">History</a></span>
</h2>

Expand Down

0 comments on commit 34b58d8

Please sign in to comment.