Merge pull request #248 from colkito/bug/hide-time-blockhash-unconfirmed-tx

Bug/hide time blockhash unconfirmed tx
This commit is contained in:
Matias Alejo Garcia 2014-02-11 18:49:18 -02:00
commit 36f8cd0b98
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<a class="txid" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
</div>
</div>
<div class="col-xs-12 col-md-6 text-right">
<div class="col-xs-12 col-md-6 text-right" data-ng-show="tx.time">
<time>{{tx.time * 1000 | date:'medium'}}</time>
</div>
</div>
@ -125,7 +125,7 @@
</div>
</div>
</div>
<div class="panel panel-default" data-ng-show="itemsExpanded">
<div class="panel panel-default" data-ng-show="itemsExpanded && tx.blockhash">
<div class="panel-body" style="word-wrap:break-word">
<small>
<strong>BlockHash</strong>