Skip to content

Commit

Permalink
#212 project page...
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylampada committed Dec 18, 2013
1 parent 373c061 commit e004b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangoproject/templates/core2/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ <h3 class="arial green-text">{{ project.name }}</h3>
<div class="column" style="width:200px;">
<div class="fs-box border-box">
<h4 class="arial">Total Offered</h4>
<div><span class="green-text" title="US$ 1645.00 already paid to developers">US$ 1645.00</span> / <span title="US$ 665.00 being offered to developers on issues">US$ 665.00</span></div>
<div><span class="green-text" title="US$ 1645.00 already paid to developers">US$ {{ stats.usd_open }}</span> / <span title="US$ {{ stats.total_usd }} offered to developers on issues">US$ 665.00</span></div>
<div class="vgap-5"><!-- Vertical Gap 5px --></div>
<div><span class="green-text" title="BTC 1.80 already paid to developers">BTC 1.80</span> / <span title="BTC 5.00 being offered to developers on issues">BTC 5.00</span></div>
<div><span class="green-text" title="BTC 1.80 already paid to developers">BTC {{ stats.btc_open }}</span> / <span title="BTC {{ stats.total_btc }} being offered to developers on issues">BTC 5.00</span></div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<h4 class="arial">Total Issues</h4>
<p><span class="green-text" title="31 issues solved">31 Solved</span> / <span title="25 issues open">25 Open</span></p>
Expand Down

0 comments on commit e004b81

Please sign in to comment.