Skip to content
Snippets Groups Projects
comment.php 535 B
Newer Older
  • Learn to ignore specific revisions
  • 
    <?= $this->section('content') ?>
    <div class="max-w-2xl px-6 mx-auto">
    
            <a href="<?= route_to('episode', $podcast->handle, $episode->slug) ?>"
    
            class="inline-flex items-center px-4 py-2 text-sm focus:ring-accent"><?= icon(
    
        'arrow-left',
        'mr-2 text-lg',
    ) . lang('Comment.back_to_comments') ?></a>
    
            <?= $this->include('episode/_partials/comment_with_replies') ?>