Fix prefHistory options

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-04 11:20:22 -03:00
parent 3d60c3bcee
commit 87131cb740
1 changed files with 8 additions and 9 deletions

View File

@ -5,13 +5,12 @@
</div> </div>
<div class="content preferences" ng-controller="preferencesHistory as history"> <div class="content preferences" ng-controller="preferencesHistory as history">
<h4></h4> <h4></h4>
<ul class="no-bullet m0 size-14"> <ul class="no-bullet m0">
<li class="line-b p20 oh" ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();"> <li ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
<i class="fi-page-export-csv"></i> <span translate>Export to file</span>
<a translate>Export to file</a> </li>
</li> <li ng-click="history.clearTransactionHistory();">
<li class="line-b p20 oh" ng-click="history.clearTransactionHistory();"> <span translate>Clear cache</span>
<a translate>Clear cache</a> </li>
</li> </ul>
</ul>
</div> </div>