Skip to content

Commit

Permalink
Leasing is hidden again
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohunter committed Apr 28, 2017
1 parent 63c0c8f commit 47bd2be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/templates/shared/transaction.menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<span md-menu-align-target>Copy full TX data</span>
</md-button>
</md-menu-item>
<md-menu-item>
<md-button ng-disabled="!$ctrl.canCancelLeasing()" ng-click="$ctrl.cancelLeasing()">
<span md-menu-align-target>Cancel Leasing</span>
</md-button>
</md-menu-item>
<!--<md-menu-item>-->
<!--<md-button ng-disabled="!$ctrl.canCancelLeasing()" ng-click="$ctrl.cancelLeasing()">-->
<!--<span md-menu-align-target>Cancel Leasing</span>-->
<!--</md-button>-->
<!--</md-menu-item>-->
</md-menu-content>
</md-menu>
2 changes: 1 addition & 1 deletion src/templates/wallet/box.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="wB-add"></div>
<div class="wB-balInt">{{$ctrl.integerBalance}}</div>
<div class="wB-balDec">{{$ctrl.fractionBalance}}</div>
<div class="details" ng-show="{{::$ctrl.detailsAvailable}}"><a href="#" ng-click="$ctrl.onDetails({currency: $ctrl.balance.currency})">Leasing</a></div>
<!--<div class="details" ng-show="{{::$ctrl.detailsAvailable}}"><a href="#" ng-click="$ctrl.onDetails({currency: $ctrl.balance.currency})">Leasing</a></div>-->
<div class="wB-buttons">
<a ng-click="$ctrl.onSend({currency: $ctrl.balance.currency})">
<div class="wB-but wB-butSend fade"><p>SEND</p></div>
Expand Down

0 comments on commit 47bd2be

Please sign in to comment.