mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code to catch empty lists and nudge user in the right direction.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if budgets.count == 0 and inactive.count == 0 %}
|
||||
{% include 'empty.budgets' %}
|
||||
{% include 'partials.empty' with {what: 'default', type: 'budgets',route: route('budgets.create')} %}
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
{% for budget in budgets %}
|
||||
|
||||
Reference in New Issue
Block a user