Veel kleine puntjes weggewerkt

This commit is contained in:
2020-02-05 00:40:31 +01:00
parent d1210e1441
commit 74d3219e10
26 changed files with 305 additions and 230 deletions

View File

@@ -20,18 +20,18 @@
@if(isset($program))
<h2>{{$program->name}}</h2>
<p class="align-right">
<a href="{{url('radio/gemist')}}" title="Alle programma's" class="btn btn-info">&larr; Toon alles</a>
<a href="{{url('radio/programma' . $program->url)}}" title="{{$program->name}}" class="btn btn-info">Programmainfo</a>
<a href="{{route('gemist')}}" title="Alle programma's" class="btn btn-info">&larr; Toon alles</a>
<a href="{{route('programma') . $program->url}}" title="{{$program->name}}" class="btn btn-info">Programmainfo</a>
</p>
@else
<p>Hele uitzendingen kunt u binnen twee weken terugluisteren door het betreffende programma op te zoeken via de <a href="{{url('radio/gids')}}">programmagids</a>.
<p>Hele uitzendingen kunt u binnen twee weken terugluisteren door het betreffende programma op te zoeken via de <a href="{{route('radio.gids')}}">programmagids</a>.
@endif
@if($podcasts)
<div class="page_layout clearfix">
<div class="row grid" id="items">
@include('podcastitems', ['podcasts' => $podcasts])
@include('partial.podcastitems', ['podcasts' => $podcasts])
</div><!--/.row-->
</div>