use new showSingle flag in includes/transaction.html

This commit is contained in:
Gregg Zigler 2015-07-28 10:50:33 -07:00
parent 43bca75728
commit 578c4a8499
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
<time class="right size-12 text-gray m5t">{{ (tx.ts || tx.createdOn ) * 1000 | amTimeAgo}}</time>
</div>
<div class="ellipsis size-14">
<span ng-if="tx.outputs">
<span ng-if="!tx.showSingle">
<span translate>Recipients</span>:
<span>{{tx.outputs.length}}</span>
</span>
<span ng-if="!tx.outputs">
<span ng-if="tx.showSingle">
<span translate>To</span>:
<span ng-if="tx.merchant">
<span ng-show="tx.merchant.pr.ca"><i class="fi-lock"></i> {{tx.merchant.domain}}</span>