release/dev to release/live #6
@@ -22,9 +22,9 @@
|
|||||||
<i class="fa-regular fa-clock"></i> {{Formatter::relativeDate($podcast->created)}}
|
<i class="fa-regular fa-clock"></i> {{Formatter::relativeDate($podcast->created)}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="clipText clipText-7" title="{{strip_tags($podcast->content)}}">
|
<div class="clipText clipText-7" title="{{strip_tags($podcast->content)}}">
|
||||||
{!!$podcast->content!!}
|
{!!$podcast->content!!}
|
||||||
</p>
|
</div>
|
||||||
<a class="action_button btn player" href="{{$popoutUrl}}">
|
<a class="action_button btn player" href="{{$popoutUrl}}">
|
||||||
<span class="fa fa-external-link-alt"></span>
|
<span class="fa fa-external-link-alt"></span>
|
||||||
<span>Luister in nieuw venster</span>
|
<span>Luister in nieuw venster</span>
|
||||||
|
|||||||
@@ -43,9 +43,9 @@ $actionButton = array_merge([
|
|||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
@if($body['show'])
|
@if($body['show'])
|
||||||
<p class="post_body {{$body['class']}}">
|
<div class="post_body {{$body['class']}}">
|
||||||
{!!$podcast->content!!}
|
{!!$podcast->content!!}
|
||||||
</p>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@if(isset($showAction) && $showAction)
|
@if(isset($showAction) && $showAction)
|
||||||
<div class="action_button {{$actionButton['class']}}">
|
<div class="action_button {{$actionButton['class']}}">
|
||||||
|
|||||||
Reference in New Issue
Block a user