From 2046e5b6621901215705da9a3e907fa50c46169e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 8 Mar 2019 10:40:19 +0000 Subject: [PATCH] Change call to action based on the episode --- source/podcasts.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/podcasts.html.twig b/source/podcasts.html.twig index db81d198..a98e8c59 100644 --- a/source/podcasts.html.twig +++ b/source/podcasts.html.twig @@ -28,7 +28,7 @@ episodes:

{{ episode.description }}

- View this + {{ episode.video ? 'Watch' : 'Listen to' }} this {{ podcast.name }} episode →