Skip to content

Commit

Permalink
added total eth raised
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Apr 30, 2016
1 parent f31aeba commit 0f607ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/views/thedao.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<strong class="text-success" style="margin-left: 1em"> {{btcBalance}} BTC </strong>
</p>
<p> "The DAO" Details: <br />
<strong class="text-primary" style="margin-left: 1em"> Your Tokens: {{token.balance}}</strong>
<strong class="text-primary" style="margin-left: 1em"> Your Tokens: {{token.balance}}</strong> <br />
<strong style="margin-left: 1em" >Total Raised: {{token.totRaised}} ETH</strong>
</p>

</p>
Expand Down
3 changes: 2 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@ <h4> Account Information </h4>
<strong class="text-success" style="margin-left: 1em"> {{btcBalance}} BTC </strong>
</p>
<p> "The DAO" Details: <br />
<strong class="text-primary" style="margin-left: 1em"> Your Tokens: {{token.balance}}</strong>
<strong class="text-primary" style="margin-left: 1em"> Your Tokens: {{token.balance}}</strong> <br />
<strong style="margin-left: 1em" >Total Raised: {{token.totRaised}} ETH</strong>
</p>

</p>
Expand Down

0 comments on commit 0f607ef

Please sign in to comment.