fix link + decrypt password

This commit is contained in:
Matias Alejo Garcia 2014-05-07 09:55:31 -03:00
commit 542943c29f
2 changed files with 6 additions and 3 deletions

View file

@ -382,7 +382,7 @@
Transaction finally rejected
</span>
<p class="small" ng-show="!tx.missingSignatures && tx.sentTs">
<a href="http://live.insight.is/tx/{{tx.sentTxid}}" target="blank">
<a href="http://{{$root.wallet.networkName === 'testnet' ? 'test':'live' }}.insight.is/tx/{{tx.sentTxid}}" target="blank">
<i class="fi-arrow-right size-40"></i>
Sent at {{tx.sentTs | date:'medium'}}
</a>