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>
|
<a href="{{$url}}" title="{{$program->program->name}}">{!!$program->program->name!!}</a>
|
||||||
</h2>
|
</h2>
|
||||||
@if($program->current)
|
@if($program->current)
|
||||||
<a href="{{route('luister.live')}}" class="onair action_button player"><span class="fa"></span>
|
<ul class="post_tags">
|
||||||
<span>Nu live!</span>
|
<li><a href="{{route('luister.live')}}" class="onair player" title="Nu live!">Nu live!</a></li>
|
||||||
</a>
|
</ul>
|
||||||
@else
|
@else
|
||||||
<div class="sub_title">
|
<div class="sub_title">
|
||||||
<?php $time = Formatter::relativeDate($program->start) . (isset($showTime) && $showTime ? ' om ' . $program->start->format('H:i') : ''); ?>
|
<?php $time = Formatter::relativeDate($program->start) . (isset($showTime) && $showTime ? ' om ' . $program->start->format('H:i') : ''); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user