Skip to content

Commit

Permalink
Fixed the address overflow problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
poshboytl committed Dec 7, 2014
1 parent 81c9fba commit 4e52dbc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
39 changes: 39 additions & 0 deletions public/templates/funds/_deposit_coin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<section class="withdraw-instruction">
<div class="row">
<div class="col-sm-4">
<h4 class="steps">1</h4>
</div>

<div class="col-sm-20">
<p> {{"funds.deposit_coin.open-wallet" | t}} </p>
</div>
</div>

<hr class="split">

<div class="row">
<div class="col-sm-4">
<h4 class="steps">2</h4>
</div>
<div class="col-sm-20">
<ng-include src="'/templates/funds/_qrcode.html'"></ng-include>

<p class="clearfix">{{"funds.deposit_coin.detail" | t}}</p>

<ng-include src="'/templates/funds/_address.html'"></ng-include>

<br>{{"funds.deposit_coin.scan-qr" | t}}

</div>
</div>

<hr class="split">

<div class="row">
<div class="col-sm-4"><h4 class="steps">3</h4></div>
<div class="col-sm-20">
<p>{{"funds.deposit_coin.after_deposit" | t}}</p>
</div>
</div>

</section>
40 changes: 1 addition & 39 deletions public/templates/funds/deposit_btc.html
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
<h2 class="panel-title">{{"funds.deposit_btc.title" | t}}</h2>

<section class="withdraw-instruction">
<div class="row">
<div class="col-sm-4">
<h4 class="steps">1</h4>
</div>

<div class="col-sm-20">
<p> {{"funds.deposit_coin.open-wallet" | t}} </p>
</div>
</div>

<hr class="split">

<div class="row">
<div class="col-sm-4">
<h4 class="steps">2</h4>
</div>
<div class="col-sm-20">
<ng-include src="'/templates/funds/_qrcode.html'"></ng-include>

<p>{{"funds.deposit_coin.detail" | t}}</p>

<ng-include src="'/templates/funds/_address.html'"></ng-include>

<br>{{"funds.deposit_coin.scan-qr" | t}}

</div>
</div>

<hr class="split">

<div class="row">
<div class="col-sm-4"><h4 class="steps">3</h4></div>
<div class="col-sm-20">
<p>{{"funds.deposit_coin.after_deposit" | t}}</p>
</div>
</div>

</section>
<ng-include src="'/templates/funds/_deposit_coin.html'"></ng-include>

<ng-include src="'/templates/funds/_deposit_coin_history.html'"></ng-include>

0 comments on commit 4e52dbc

Please sign in to comment.