From 722bf055a0c6e2bbabc84faf49df9d0de9b60b07 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 24 Aug 2017 14:43:02 -0700 Subject: [PATCH] channels use standard thumbnail for videos --- views/channel.handlebars | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/views/channel.handlebars b/views/channel.handlebars index 8ed491d8..d2b74b22 100644 --- a/views/channel.handlebars +++ b/views/channel.handlebars @@ -5,22 +5,19 @@

Below are all the free claims in this channel.

{{#each channelContents}}
- {{#ifConditional this.contentType '===' 'video/mp4'}} - - {{else}} - - {{/ifConditional}} - + + {{#ifConditional this.contentType '===' 'video/mp4'}} + + {{else}} + + {{/ifConditional}} +