Change onair tag style
This commit is contained in:
@@ -29,9 +29,9 @@ $actionButton = array_merge([
|
||||
<a href="{{$url}}" title="{{$program->program->name}}">{!!$program->program->name!!}</a>
|
||||
</h2>
|
||||
@if($program->current)
|
||||
<a href="{{route('luister.live')}}" class="onair action_button player"><span class="fa"></span>
|
||||
<span>Nu live!</span>
|
||||
</a>
|
||||
<ul class="post_tags">
|
||||
<li><a href="{{route('luister.live')}}" class="onair player" title="Nu live!">Nu live!</a></li>
|
||||
</ul>
|
||||
@else
|
||||
<div class="sub_title">
|
||||
<?php $time = Formatter::relativeDate($program->start) . (isset($showTime) && $showTime ? ' om ' . $program->start->format('H:i') : ''); ?>
|
||||
|
||||
Reference in New Issue
Block a user