Skip to content

Commit

Permalink
Added back the pipes to the channel list widget
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Oct 29, 2024
1 parent b9457a0 commit 4182511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/views/channel/_list_for_card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<a href="{{ route('vanilo.admin.channel.show', $channel->id) }}">
{{ $channel->name }}
</a>
@unless($loop->last) | @endunless
@endforeach
@else
{{ $model->channels->take(3)->implode('name', ' | ') }}
Expand Down

0 comments on commit 4182511

Please sign in to comment.