From 37aaef2b7cba40039c77d9efe791c7eb30cb9fb7 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Tue, 9 Feb 2021 08:31:41 -0500 Subject: [PATCH] Replace liquid's hardcoded image path with #asset_path (#12616) --- app/views/podcast_episodes/_liquid.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/podcast_episodes/_liquid.html.erb b/app/views/podcast_episodes/_liquid.html.erb index 8d5c2aad5..47c74d807 100644 --- a/app/views/podcast_episodes/_liquid.html.erb +++ b/app/views/podcast_episodes/_liquid.html.erb @@ -13,8 +13,8 @@
- play - pause + " alt="play"> + " alt="pause"> <%= optimized_image_tag(podcast.image_url, optimizer_options: { crop: "fill" }, image_options: { class: "podcastliquidtag__podcastimage", id: "podcastimage-#{episode.slug}", alt: podcast.title }) %>