
= anchor_popup(
route_to('follow', $podcast->handle),
icon(
'social/castopod',
'mr-2 text-xl text-pink-200 group-hover:text-pink-50',
) . lang('Podcast.follow'),
[
'width' => 420,
'height' => 620,
'class' =>
'group inline-flex items-center px-4 py-2 text-xs tracking-wider font-semibold text-white uppercase rounded-full shadow focus:outline-none focus:ring bg-rose-600',
],
) ?>
= $podcast->title .
($podcast->parental_advisory === 'explicit'
? '' .
lang('Common.explicit') .
''
: '') ?>
@= $podcast->handle ?>
= $podcast->description_html ?>
= location_link($podcast->location, 'text-sm mb-4') ?>
= lang(
'Podcast.category_options.' . $podcast->category->code,
) ?>
other_categories as $other_category): ?>
= lang(
'Podcast.category_options.' . $other_category->code,
) ?>
= person_list($podcast->persons, 'mb-6') ?>