Change call to action based on the episode

This commit is contained in:
Oliver Davies 2019-03-08 10:40:19 +00:00
parent 6c3f0be44d
commit 2046e5b662

View file

@ -28,7 +28,7 @@ episodes:
<p>{{ episode.description }}</p>
<a href="{{ episode.url }}" class="inline-block mt-2 text-sm text-grey-dark hover:text-grey-darker focus:text-grey-darker">
View this
{{ episode.video ? 'Watch' : 'Listen to' }} this
<span class="visuallyhidden">{{ podcast.name }}</span>
episode &rarr;
</a>