From 012f6e1cacb8534edad281c4e5d34333c400c486 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 2 Dec 2023 20:33:28 +1100 Subject: [PATCH] Clean up recent podcasts list --- app/templates/podcasts/index.html.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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