Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
feat(Helper): add helper to exchange sell
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Feb 23, 2018
1 parent 734fcc6 commit 9eea5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/exchange/checkout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ form.bc-form(
a(ng-click="action()" translate="{{ provider + '.' + trading().reason + '.' + option }}")
|
span(ng-if="!$last") or
helper-button(ng-if="$ctrl.type === 'Sell'" content="The total you can sell is your balance minus the transaction fee used to send your coins.")
.group.mt-5.border-top(ng-if="trading().verificationRequired")
.item.mt-15(translate="{{provider + '.' + trading().reason + '.REQUIRED'}}")
.group.mt-20(ng-show="$ctrl.tradeAccount && !locked")
Expand Down

0 comments on commit 9eea5b0

Please sign in to comment.