diff --git a/app/templates/podcasts/index.html.slim b/app/templates/podcasts/index.html.slim index 407c929..878c3ff 100644 --- a/app/templates/podcasts/index.html.slim +++ b/app/templates/podcasts/index.html.slim @@ -10,7 +10,8 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: - listens.each do |listen| div a class="text-pink-800 dark:text-pink-100 no-underline hover:decoration-wavy hover:underline" href=listen.url - = "#{listen.podcast_name}: #{listen.title}" + strong = listen.title + span= " — #{listen.podcast_name}" table class="prose dark:prose-invert table-auto" thead