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