Merge pull request #108 from cmgustavo/feature/04-details

sentTs on transaction proposal
This commit is contained in:
Matias Alejo Garcia 2014-04-20 21:22:37 -03:00
commit 1369917f83
1 changed files with 2 additions and 2 deletions

View File

@ -287,8 +287,8 @@
</div>
</div>
<div class="large-6 columns text-right">
<span ng-show="!tx.missingSignatures">
TODO: if tx was sent
<span ng-show="!tx.missingSignatures && tx.sentTs">
Sent at {{tx.sentTs | date:'medium'}}
</span>
<span ng-show="tx.missingSignatures==1">
One signature missing