Fix wallet home. history
This commit is contained in:
parent
1adf61198c
commit
3d60c3bcee
1 changed files with 9 additions and 9 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue