mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fix #3083
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for key, info in report %}
|
{% for key, info in report %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td data-value="{{ info.name }}">
|
||||||
{% if info.id != 0 %}
|
{% if info.id != 0 %}
|
||||||
<a class="btn btn-default btn-xs" href="{{ route('budgets.show', [info.id]) }}"><i class="fa fa-external-link"></i></a>
|
<a class="btn btn-default btn-xs" href="{{ route('budgets.show', [info.id]) }}"><i class="fa fa-external-link"></i></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for info in report %}
|
{% for info in report %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td data-value="{{ info.title }}">
|
||||||
{% if info.id != 0 %}
|
{% if info.id != 0 %}
|
||||||
<a class="btn btn-default btn-xs" href="{{ route('categories.show', [info.id]) }}"><i class="fa fa-external-link"></i></a>
|
<a class="btn btn-default btn-xs" href="{{ route('categories.show', [info.id]) }}"><i class="fa fa-external-link"></i></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Reference in New Issue
Block a user