Dan Janosik
7 years ago
5 changed files with 19 additions and 11 deletions
@ -1,5 +1,8 @@ |
|||||
|
if (currencyValue > 0) |
||||
span(class="monospace") #{utils.formatCurrencyAmount(currencyValue, currencyFormatType)} |
span(class="monospace") #{utils.formatCurrencyAmount(currencyValue, currencyFormatType)} |
||||
if (global.exchangeRate) |
if (global.exchangeRate) |
||||
span |
span |
||||
span(data-toggle="tooltip", title=utils.formatExchangedCurrency(currencyValue)) |
span(data-toggle="tooltip", title=utils.formatExchangedCurrency(currencyValue)) |
||||
i(class="fas fa-exchange-alt") |
i(class="fas fa-exchange-alt") |
||||
|
else |
||||
|
span(class="monospace") 0 |
Loading…
Reference in new issue