transcript) : ?>
= anchor(
$episode->transcript->file_url,
icon('file-download-fill', [
'class' => 'mr-1 text-skin-muted text-xl',
]) . lang('Episode.form.transcript_download'),
[
'class' => 'flex-1 font-semibold hover:underline inline-flex items-center text-xs',
'download' => '',
],
) .
anchor(
route_to(
'transcript-delete',
$podcast->id,
$episode->id,
),
icon('delete-bin-fill', [
'class' => 'mx-auto',
]),
[
'class' => 'p-1 text-sm bg-red-100 rounded-full text-red-700 hover:text-red-900',
'data-tooltip' => 'bottom',
'title' => lang(
'Episode.form.transcript_file_delete',
),
],
) ?>
= lang('Episode.form.transcript_file') ?>