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

Commit

Permalink
fix(TransactionView): show amount transacted instead of result
Browse files Browse the repository at this point in the history
  • Loading branch information
jtormey committed Mar 17, 2016
1 parent 7f6d4f6 commit a9cbec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/partials/transaction.jade
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
transaction-status(transaction="transaction")
.center-align.mbm(ng-show="settings.currency.code == 'USD' && transaction.confirmations > 5")
p.mbn(translate="VALUE_AT_SEND")
fiat.em-600(btc="transaction.result" abs date="transaction.time")
fiat.em-600(btc="transaction.amount" abs date="transaction.time")
.center-align.mbm
p.mbn(translate="VALUE_NOW")
fiat.em-600(btc="transaction.result" abs)
fiat.em-600(btc="transaction.amount" abs)
.tx-bci-link.button-default.button-sm
a.black(ng-href="http://www.blockchain.info/tx/{{ transaction.hash }}", target="_blank")
span(translate="VERIFY_ON_BCI")
Expand Down

0 comments on commit a9cbec7

Please sign in to comment.