display memo and memo label on separate lines in tx detail view

This commit is contained in:
Marty Alcala 2016-11-08 15:59:09 -05:00
parent a322ca2168
commit 43f08be0ba
1 changed files with 3 additions and 3 deletions

View File

@ -53,11 +53,11 @@
{{btx.creatorName}} <time>{{ (btx.ts || btx.createdOn ) * 1000 | amDateFormat:'MM/DD/YYYY hh:mm a'}}</time>
</span>
</div>
<a class="item single-line item-icon-right" ng-hide="insuffientFunds" ng-click="showCommentPopup()">
<a class="item item-icon-right" ng-class="{'single-line': !btx.note.body && !btx.message}" ng-hide="insuffientFunds" ng-click="showCommentPopup()">
<span class="label" translate>Memo</span>
<span class="item-note m10l">
<div class="item-note" style="display: block; float: none; margin-bottom: .25rem;">
{{btx.note.body || btx.message}}
</span>
</div>
<i class="icon bp-arrow-right"></i>
</a>
<div class="item single-line">