Fix wallet home. history

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-04 11:01:23 -03:00
commit 3d60c3bcee

View file

@ -198,9 +198,8 @@
</div> </div>
</div> </div>
<div class="size-12 text-gray m20t"> <div class="size-12 text-gray m20t">
{{index.txProgress}} <div translate>{{index.txProgress}} transactions downloaded</div>
<span translate>Transactions Downloaded</span> <br> <div translate>Updating transaction history. Please stand by.</div>
<b translate>Wait some minutes...</b>
</div> </div>
</div> </div>
</div> </div>
@ -268,12 +267,13 @@
</div> </div>
</div> </div>
<div class="row m20t"> <div class="m20t text-center">
<button type="submit" class="outline round small expand m0" ng-show="index.historyShowShowAll" ng-click="index.showAllHistory()" ng-style="{'background-color':index.backgroundColor}"> <a class="text-gray size-12"
<i class="icon-arrow-down4 ng-scope"></i> ng-show="index.historyShowShowAll"
<span translate>Show all</span> ng-click="index.showAllHistory()">
</button> <span translate>Show all</span>
</div> </a>
</div>
</div> </div>