mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +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;">
|
||||
<%= video.description %>
|
||||
</div>
|
||||
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
||||
<hr style="margin-right:1em;">
|
||||
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
||||
<div style="margin-right:1em;">
|
||||
<h3><%= reddit_thread.data.title %></h3>
|
||||
<b>
|
||||
|
|
Loading…
Reference in a new issue