Merge pull request #140 from gabrielbazan7/ref/txpdetails1
add time format and icon to txp details
This commit is contained in:
commit
c74f038661
1 changed files with 4 additions and 1 deletions
|
|
@ -74,6 +74,9 @@
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<span translate>From</span>
|
<span translate>From</span>
|
||||||
|
<i class="icon big-icon-svg">
|
||||||
|
<img src="img/icon-wallet.svg" ng-style="{'background-color': wallet.color}" class="bg"/>
|
||||||
|
</i>
|
||||||
<span>
|
<span>
|
||||||
{{wallet.name}}
|
{{wallet.name}}
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -81,7 +84,7 @@
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<span translate>Created by</span>
|
<span translate>Created by</span>
|
||||||
<span>
|
<span>
|
||||||
{{tx.creatorName}} <time>{{ (tx.ts || tx.createdOn ) * 1000 | amTimeAgo}}</time>
|
{{tx.creatorName}} <time>{{ (tx.ts || tx.createdOn ) * 1000 | amDateFormat:'MM/DD/YYYY HH:mm a'}}</time>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item" ng-show="tx.message">
|
<div class="item" ng-show="tx.message">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue