mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #699
This commit is contained in:
parent
3c4abb7b60
commit
c9a99be183
@ -33,9 +33,12 @@
|
|||||||
{% include 'partials.empty' with {what: 'default', type: 'categories',route: route('categories.create')} %}
|
{% include 'partials.empty' with {what: 'default', type: 'categories',route: route('categories.create')} %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
|
<link href="css/bootstrap-sortable.css" type="text/css" rel="stylesheet" media="all">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
<script type="text/javascript" src="js/lib/bootstrap-sortable.js"></script>
|
||||||
<script type="text/javascript" src="js/ff/categories/index.js"></script>
|
<script type="text/javascript" src="js/ff/categories/index.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user