mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove v1 references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{{ Breadcrumbs.render }}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
{% include 'v1.partials.boxes' %}
|
||||
{% include 'partials.boxes' %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-12 col-sm-12">
|
||||
{# ACCOUNTS #}
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
{% if data.transactions|length > 0 %}
|
||||
<div class="box-body no-padding">
|
||||
{% include 'v1.list.groups-tiny' with {'transactions': data.transactions,'account': data.account} %}
|
||||
{% include 'list.groups-tiny' with {'transactions': data.transactions,'account': data.account} %}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="box-body">
|
||||
|
Reference in New Issue
Block a user