mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 15:35:53 -06:00
Fix #3083
This commit is contained in:
parent
ab73322c58
commit
58c0a69737
@ -12,7 +12,7 @@
|
||||
<tbody>
|
||||
{% for key, info in report %}
|
||||
<tr>
|
||||
<td>
|
||||
<td data-value="{{ info.name }}">
|
||||
{% 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>
|
||||
{% else %}
|
||||
|
@ -11,7 +11,7 @@
|
||||
<tbody>
|
||||
{% for info in report %}
|
||||
<tr>
|
||||
<td>
|
||||
<td data-value="{{ info.title }}">
|
||||
{% 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>
|
||||
{% else %}
|
||||
|
Loading…
Reference in New Issue
Block a user