Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#117 from kevinmonahan/patch-3
Browse files Browse the repository at this point in the history
updated input width and removed watch-var from icon
  • Loading branch information
tayvano authored Aug 27, 2016
2 parents d4c5461 + c499cb1 commit 0447a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/includes/dao.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
</div>

<div class="col-xs-2 address-identicon-container">
<div id="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
<div id="addressIdenticon" title="Address Indenticon" blockie-address="TODO" watch-var="TODO"></div>
</div>

<!-- Percentage to Donate to WHG -->
<div class="form-group col-xs-10">
<label translate="DAO_ETC_Label_2"> The 'White Hat Group' has been working tirelessly to get your ETC back to you. You can say 'thank you' by donating a percentage of your withdrawal, if you choose to. </label>
<div class="input-group">
<input type="number" class="form-control" value="10" placeholder="10">
<div class="input-group" style="max-width: 150px;">
<input type="number" class="form-control" placeholder="10">
<span class="input-group-addon">%</span>
</div>

Expand Down

0 comments on commit 0447a44

Please sign in to comment.