Removes quetion mark from amount in /history. Fixes #1531
This commit is contained in:
parent
a3377a5579
commit
1498c0cf87
1 changed files with 0 additions and 2 deletions
|
|
@ -55,7 +55,6 @@
|
||||||
<div class="large-5 medium-5 small-12 columns">
|
<div class="large-5 medium-5 small-12 columns">
|
||||||
<div ng-repeat="vin in btx.vinSimple">
|
<div ng-repeat="vin in btx.vinSimple">
|
||||||
<small class="right m5t"
|
<small class="right m5t"
|
||||||
ng-class="{'has-tip': vin.valueAlt}"
|
|
||||||
data-options="disable_for_touch:true"
|
data-options="disable_for_touch:true"
|
||||||
tooltip-popup-delay='500'
|
tooltip-popup-delay='500'
|
||||||
tooltip="{{vin.valueAlt|noFractionNumber}} {{alternativeIsoCode}}"
|
tooltip="{{vin.valueAlt|noFractionNumber}} {{alternativeIsoCode}}"
|
||||||
|
|
@ -78,7 +77,6 @@
|
||||||
<div class="large-6 medium-6 small-12 columns">
|
<div class="large-6 medium-6 small-12 columns">
|
||||||
<div ng-repeat="vout in btx.voutSimple">
|
<div ng-repeat="vout in btx.voutSimple">
|
||||||
<small class="right m5t"
|
<small class="right m5t"
|
||||||
ng-class="{'has-tip': vout.valueAlt}"
|
|
||||||
data-options="disable_for_touch:true"
|
data-options="disable_for_touch:true"
|
||||||
tooltip-popup-delay='500'
|
tooltip-popup-delay='500'
|
||||||
tooltip="{{vout.valueAlt|noFractionNumber}} {{alternativeIsoCode}}"
|
tooltip="{{vout.valueAlt|noFractionNumber}} {{alternativeIsoCode}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue