mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01: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