mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Move v1 views
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