mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Basic bread crumb code to replace obsolete package
This commit is contained in:
14
resources/views/v2/accounts/show.twig
Normal file
14
resources/views/v2/accounts/show.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% set bcArgs = [[objectType], [1,2,3]] %}
|
||||
|
||||
{% extends "./layout/default" %}
|
||||
{% block content %}
|
||||
<div id="accounts"></div>
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="v2/js/accounts.js" nonce="{{ JS_NONCE }}"></script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user