Adds CSV history

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-03 15:35:34 -03:00
commit 46ff73aa02
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 78 additions and 2 deletions

View file

@ -445,7 +445,7 @@
</div>
</div>
</div>
<div ng-show="index.txHistory[0]" class="scroll">
<div ng-show="index.txHistory[0]" class="scroll oh">
<div ng-repeat="btx in index.txHistory"
ng-click="home.openTxModal(btx)"
class="row collapse last-transactions-content">
@ -495,6 +495,12 @@
</div>
</div>
</div>
<div class="m20t text-center">
<a class="text-gray" ng-click="index.csvHistory();">
<i class="fi-page-export-csv"></i>
<span translate>Download CSV file</span>
</a>
</div>
<div class="extra-margin-bottom"></div>
</div> <!-- END History -->