mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
More code for the tag report.
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
{% block content %}
|
||||
|
||||
|
||||
{% if journals.count == 0 %}
|
||||
{% include 'partials.empty' with {what: what, type: 'transactions',route: route('transactions.create', [what])} %}
|
||||
{% else %}
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-md-10 col-sm-12">
|
||||
<div class="box">
|
||||
@@ -44,7 +41,6 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src="js/ff/transactions/list.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user