diff options
| -rw-r--r-- | src/views/watch.ecr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/watch.ecr b/src/views/watch.ecr index 54676c59..6b2510e8 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -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> |
