remove blank space without export to file link on mobile
This commit is contained in:
parent
027c2364f8
commit
85bd4610da
1 changed files with 8 additions and 11 deletions
|
|
@ -5,16 +5,13 @@
|
|||
</div>
|
||||
<div class="content preferences" ng-controller="preferencesHistory as history">
|
||||
<h4></h4>
|
||||
<ul class="no-bullet m0">
|
||||
<li>
|
||||
<div ng-if="!index.isCordova" ng-init="index.csvHistory()">
|
||||
|
||||
<a ng-style="{'color':index.backgroundColor}" ng-csv="index.csvContent" csv-header="index.csvHeader" filename="{{ index.csvFilename }}">
|
||||
<span translate>Export to file</span>
|
||||
</a>
|
||||
</div>
|
||||
<ul class="no-bullet m0" ng-style="{'color':index.backgroundColor}">
|
||||
<li ng-if="!index.isCordova" ng-init="index.csvHistory()">
|
||||
<a ng-style="{'color':index.backgroundColor}" ng-csv="index.csvContent" csv-header="index.csvHeader" filename="{{ index.csvFilename }}">
|
||||
<span translate>Export to file</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ng-style="{'color':index.backgroundColor}" ng-click="history.clearTransactionHistory();" translate>
|
||||
<li ng-click="history.clearTransactionHistory();" translate>
|
||||
Clear cache
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue