This commit is contained in:
James Cole 2020-02-07 11:16:52 +01:00
parent ab73322c58
commit 58c0a69737
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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 %}