mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Move all layout files to a "v1" directory.
This commit is contained in:
4
resources/views/v1/javascript/accounts.twig
Normal file
4
resources/views/v1/javascript/accounts.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
var accountInfo = [];
|
||||
{% for id, account in accounts %}
|
||||
accountInfo[{{ id }}] = {preferredCurrency: {{ account.preferredCurrency }}, name: "{{ account.name }}"};
|
||||
{% endfor %}
|
Reference in New Issue
Block a user