mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
First implementation of new template.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{% extends "./layout/default.twig" %}
|
||||
{% block content %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, query) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if query %}
|
||||
<div class="row">
|
||||
{% if result.transactions|length > 0 %}
|
||||
|
||||
Reference in New Issue
Block a user