Kleine layout-wijzigingen
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<div class="column column_1_3">
|
<div class="column column_1_3">
|
||||||
@include('widgets.nustraks')
|
@include('widgets.nustraks')
|
||||||
|
|
||||||
<h4 class="page_margin_top box_header"><span class="fa fa-history"></span> Laatste podcasts</h4>
|
<h4 class="page_margin_top box_header"><span class="fa fa-history"></span> Fragment gemist</h4>
|
||||||
@include('widgets.laatstepodcasts')
|
@include('widgets.laatstepodcasts')
|
||||||
<a class="more page_margin_top" href="{{url('radio/gemist')}}">Meer Fragment Gemist</a>
|
<a class="more page_margin_top" href="{{url('radio/gemist')}}">Meer Fragment Gemist</a>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<?php $url = url('radio/gemist/fragment/' . $podcast->url); ?>
|
<?php $url = url('radio/gemist/fragment/' . $podcast->url); ?>
|
||||||
<li class="post column column_1_2">
|
<li class="post column column_1_2">
|
||||||
<div class="post_content">
|
<div class="post_content">
|
||||||
<h2><a href="{{$url}}" title="{{$podcast->title}}">{!!$podcast->title!!}</a></h2>
|
<h2><a href="{{$url}}" title="{{$podcast->title}}">{!!$podcast->titleWithoutProgram()!!}</a></h2>
|
||||||
<ul class="post_details">
|
<ul class="post_details">
|
||||||
@if($podcast->program)
|
@if($podcast->program)
|
||||||
<li class="category">
|
<li class="category">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<div class="post_content">
|
<div class="post_content">
|
||||||
<h5>
|
<h5>
|
||||||
<a href="{{url('radio/gemist/fragment/' . $podcast->url)}}" title="{{$podcast->title}}">{{$podcast->title}}</a>
|
<a href="{{url('radio/gemist/fragment/' . $podcast->url)}}" title="{{$podcast->title}}">{{$podcast->titleWithoutProgram()}}</a>
|
||||||
</h5>
|
</h5>
|
||||||
<ul class="post_details simple">
|
<ul class="post_details simple">
|
||||||
@if($podcast->program)
|
@if($podcast->program)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<ul class="post_details simple">
|
<ul class="post_details simple">
|
||||||
<li class="category">{{$item->region}}</a></li>
|
<li class="category">{{$item->region}}</a></li>
|
||||||
<li class="date">
|
<li class="date">
|
||||||
{{Formatter::relativeDate($item->starts)}} om {{$item->starts->format('H:i')}} uur
|
{{Formatter::relativeDate($item->starts)}}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user