diff --git a/html/channel.ejs b/html/channel.ejs index e6c95003..0bcc4cd3 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -465,29 +465,35 @@ text-transform:uppercase;
<% if (!tab) { %> - Lastest Videos + Videos + <% if (Array.isArray(c.comments)) { %> + <% if (c.comments.length != "0") { %> Community - <% } %> + <% } %> + <% } %> About <% } %> <% if (tab === "about") { %> - Lastest Videos + Videos + <% if (Array.isArray(c.comments)) { %> + <% if (c.comments.length != "0") { %> Community - <% } %> + <% } %> + <% } %> About <% } %> <% if (tab === "community") { %> - Lastest Videos + Videos Community