mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix #4664
This commit is contained in:
@@ -76,10 +76,12 @@
|
||||
</td>
|
||||
<td>
|
||||
{% for tag in journal.tags %}
|
||||
{% if null != tag.name %}
|
||||
<span style="display: inline;"><a class="label label-success" href="{{ route('tags.show', [tag.name]) }}">
|
||||
<i class="fa fa-fw fa-tag"></i>
|
||||
{{ tag.name }}</a>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user