From 9bbc738dc366534dd9bfc66bd93e64504ee802e8 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Mon, 8 Feb 2021 13:53:12 -0500 Subject: [PATCH] Fix broken Podcast liquid tag (#11511) --- app/views/podcast_episodes/_liquid.html.erb | 40 +------------------ .../podcast_episodes/_podcast_bar.html.erb | 12 +++--- app/views/podcast_episodes/show.html.erb | 2 +- 3 files changed, 9 insertions(+), 45 deletions(-) diff --git a/app/views/podcast_episodes/_liquid.html.erb b/app/views/podcast_episodes/_liquid.html.erb index 8353b0caf..8d5c2aad5 100644 --- a/app/views/podcast_episodes/_liquid.html.erb +++ b/app/views/podcast_episodes/_liquid.html.erb @@ -19,42 +19,6 @@ optimizer_options: { crop: "fill" }, image_options: { class: "podcastliquidtag__podcastimage", id: "podcastimage-#{episode.slug}", alt: podcast.title }) %> - + + <%= render "podcast_episodes/podcast_bar", podcast: podcast, episode: episode %> diff --git a/app/views/podcast_episodes/_podcast_bar.html.erb b/app/views/podcast_episodes/_podcast_bar.html.erb index a97e83cac..0ed889645 100644 --- a/app/views/podcast_episodes/_podcast_bar.html.erb +++ b/app/views/podcast_episodes/_podcast_bar.html.erb @@ -1,13 +1,13 @@ -