better tx sent look

This commit is contained in:
Matias Alejo Garcia 2014-05-16 12:12:11 -03:00
commit a6f5300b21

View file

@ -427,14 +427,18 @@
<span ng-show="tx.finallyRejected" class="text-warning"> <span ng-show="tx.finallyRejected" class="text-warning">
Transaction finally rejected Transaction finally rejected
</span> </span>
<p class="small" ng-show="!tx.missingSignatures && tx.sentTs"> <div ng-show="!tx.missingSignatures && tx.sentTs">
<i class="fi-arrow-right size-40"></i> <span>
Sent at {{tx.sentTs | date:'medium'}} | Sent
Transaction ID: </span>
<p class="text-gray small">
{{tx.sentTs | date:'medium'}}.
ID:
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{tx.sentTxid}}" target="blank"> <a href="http://{{getShortNetworkName()}}.insight.is/tx/{{tx.sentTxid}}" target="blank">
{{tx.sentTxid}} {{tx.sentTxid}}
</a> </a>
</p> </p>
</div>
<p class="text-gray" ng-show="!tx.finallyRejected && tx.missingSignatures==1"> <p class="text-gray" ng-show="!tx.finallyRejected && tx.missingSignatures==1">
One signature missing One signature missing
</p> </p>