Zoekfunctie, links gefixt

This commit is contained in:
2020-02-04 20:22:40 +01:00
parent a32f4b7476
commit d1210e1441
11 changed files with 354 additions and 382 deletions

View File

@@ -40,10 +40,10 @@
<ul class="post_details clearfix">
<li class="detail date">
{{ Formatter::relativeDate($event->podcast->created) }} uitgezonden
@if($event->podcast->program) in <a href="{{ url('radio/programma' . $event->podcast->program->url ) }}">{{ $event->podcast->program->name }}</a> @endif
@if($event->podcast->program) in <a href="{{ url('/gids/programma' . $event->podcast->program->url ) }}">{{ $event->podcast->program->name }}</a> @endif
</li>
<li class="detail category">
<a href="{{ url('/radio/gemist/fragment/' . $event->podcast->url) }}">
<a href="{{ url('/gemist/fragment/' . $event->podcast->url) }}">
<span class="fa "></span>
<span>Meer over dit fragment</span>
</a>