some changes on history

This commit is contained in:
bechi 2015-04-17 15:27:48 -03:00
commit c419ff5947
2 changed files with 5 additions and 5 deletions

View file

@ -55,11 +55,11 @@
</li>
<li ng-if="btx.time" class="line-b p10">
<span class="text-gray" translate>Confirmations:</span>
<span class="right">
<span class="right" >
<span class="text-warning" ng-show="!btx.confirmations || btx.confirmations == 0" translate>
Unconfirmed
</span>
<span class="text-secondary" ng-show="btx.confirmations>0">
<span class="label gray radius" ng-show="btx.confirmations>0">
{{btx.confirmations}}
</span>
</span>