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
|
|
@ -1,20 +1,17 @@
|
||||||
<div
|
<div
|
||||||
class="topbar-container"
|
class="topbar-container"
|
||||||
ng-include="'views/includes/topbar.html'"
|
ng-include="'views/includes/topbar.html'"
|
||||||
ng-init="titleSection='Transaction history'; goBackToState = 'preferencesAdvanced'">
|
ng-init="titleSection='Transaction history'; goBackToState = 'preferencesAdvanced'">
|
||||||
</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">
|
<ul class="no-bullet m0" ng-style="{'color':index.backgroundColor}">
|
||||||
<li>
|
<li ng-if="!index.isCordova" ng-init="index.csvHistory()">
|
||||||
<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 ng-style="{'color':index.backgroundColor}" ng-csv="index.csvContent" csv-header="index.csvHeader" filename="{{ index.csvFilename }}">
|
</a>
|
||||||
<span translate>Export to file</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
</li>
|
||||||
<li ng-style="{'color':index.backgroundColor}" ng-click="history.clearTransactionHistory();" translate>
|
<li ng-click="history.clearTransactionHistory();" translate>
|
||||||
Clear cache
|
Clear cache
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue