mirror of https://github.com/iv-org/invidious.git
Include break when there are no comments
This commit is contained in:
parent
2144c388a5
commit
3cd66d2e7c
|
@ -104,8 +104,8 @@ function toggle(target) {
|
||||||
<div style="margin-right:1em;">
|
<div style="margin-right:1em;">
|
||||||
<%= video.description %>
|
<%= video.description %>
|
||||||
</div>
|
</div>
|
||||||
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
|
||||||
<hr style="margin-right:1em;">
|
<hr style="margin-right:1em;">
|
||||||
|
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
||||||
<div style="margin-right:1em;">
|
<div style="margin-right:1em;">
|
||||||
<h3><%= reddit_thread.data.title %></h3>
|
<h3><%= reddit_thread.data.title %></h3>
|
||||||
<b>
|
<b>
|
||||||
|
|
Loading…
Reference in New Issue