diff --git a/views/channel.handlebars b/views/channel.handlebars index 0f81e08f..d512e675 100644 --- a/views/channel.handlebars +++ b/views/channel.handlebars @@ -1,11 +1,17 @@
-

Below are the contents for {{this.channelName}}:{{this.longChannelId}}

-
- {{#each this.claims}} - {{> gridItem}} - {{/each}} -
+ {{#ifConditional this.totalPages '===' 0}} +

There is no content in {{this.channelName}}:{{this.longChannelId}} yet. Upload some!

+ {{/ifConditional}} + {{#ifConditional this.totalPages '>=' 1}} +

Below are the contents for {{this.channelName}}:{{this.longChannelId}}

+
+ {{#each this.claims}} + {{> gridItem}} + {{/each}} +
+ {{/ifConditional}} + {{#ifConditional this.totalPages '>' 1}} + {{/ifConditional}}