mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix possible issue with tag display in bulk editor.
This commit is contained in:
		| @@ -76,8 +76,8 @@ | ||||
|                                             </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]) }}"> | ||||
|                                                     {% if 0 != tag.id %} | ||||
|                                                 <span style="display: inline;"><a class="label label-success" href="{{ route('tags.show', [tag.id]) }}"> | ||||
|                                                         <i class="fa fa-fw fa-tag"></i> | ||||
|                                                         {{ tag.name }}</a> | ||||
|                                                 </span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user