mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Display bug in recurring transactions.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<a href="{{route('recurring.show',$entry->id)}}" title="{{{$entry->name}}}">{{{$entry->name}}}</a>
|
||||
</td>
|
||||
<td>
|
||||
@foreach(explode(' ',$entry->match) as $match)
|
||||
@foreach(explode(',',$entry->match) as $match)
|
||||
<span class="label label-info">{{{$match}}}</span>
|
||||
@endforeach
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user