mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Initial user ability to set foreign currency
This commit is contained in:
4
resources/views/javascript/currencies.twig
Normal file
4
resources/views/javascript/currencies.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
var currencyInfo = [];
|
||||
{% for id, currency in currencies %}
|
||||
currencyInfo[{{ id }}] = {name: "{{ currency.name }}", symbol: "{{ currency.symbol }}", code: "{{ currency.code }}"};
|
||||
{% endfor %}
|
Reference in New Issue
Block a user