Merge pull request #4970 from cmgustavo/bug/tx-details-received

Removes "Created by" from tx-details (Received)
This commit is contained in:
Javier Donadío 2016-11-03 09:57:17 -03:00 committed by GitHub
commit b5abd844c9

View file

@ -41,7 +41,7 @@
<div>{{wallet.name}}</div>
</div>
</div>
<div class="item single-line">
<div class="item single-line" ng-if="btx.action != 'received'">
<span class="label" translate>Created by</span>
<span class="item-note">
{{btx.creatorName}} <time>{{ (btx.ts || btx.createdOn ) * 1000 | amDateFormat:'MM/DD/YYYY hh:mm a'}}</time>