show alternative amount on txps
This commit is contained in:
parent
9db19422e4
commit
377dc7a176
2 changed files with 5 additions and 11 deletions
|
|
@ -10,6 +10,11 @@
|
|||
<div class="large-3 medium-3 small-4 columns">
|
||||
<div class="size-12">
|
||||
<span>{{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}}</span>
|
||||
<span>{{out.alternativeAmount|noFractionNumber}} {{out.alternativeIsoCode}}</span>
|
||||
</div>
|
||||
<div class="size-12 show-for-small-only">
|
||||
<span>{{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}}</span>
|
||||
<span>{{out.alternativeAmount|noFractionNumber}} {{out.alternativeIsoCode}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="large-1 medium-1 small-1 columns fi-arrow-right"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue