Style the job pages

Style the image page
Small fixes
This commit is contained in:
Jorit Tijsen
2024-03-22 15:44:34 +01:00
parent 1d94e7da7f
commit 6041398e10
23 changed files with 608 additions and 606 deletions

View File

@@ -1,10 +1,10 @@
<ul class='blog row'>
<div>
@foreach($podcasts as $podcast)
<?php
$url = route('gemist.fragment') . $podcast->url;
$popoutUrl = route('luister.podcast') . $podcast->url . '?auth=' . $podcast->auth;
?>
<li class="box featured">
<div class="box featured">
<div class="row">
<div class="col-12 col-md-6">
<a href="{{$url}}" title="{{$podcast->title}}">
@@ -31,8 +31,8 @@
</a>
</div>
</div>
</li>
</div>
@endforeach
</ul><!--/.row-->
</div><!--/.row-->