mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Include break when there are no comments
This commit is contained in:
parent
2144c388a5
commit
3cd66d2e7c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue