Update html/channel.ejs
This commit is contained in:
parent
a2a704be8b
commit
6694fc8c0f
@ -1539,6 +1539,11 @@ width: fit-content;
|
||||
</h5>
|
||||
<p>
|
||||
<%- x.contentHtml %>
|
||||
<% if (x.attachment) { %>
|
||||
<% if (x.attachment.type === "video") { %>
|
||||
<a href="/watch?v=<%=x.attachment.videoId%>">watch video on watch page</a>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user