|
|
@ -126,7 +126,7 @@ function toggle_comments(target) {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="pure-u-1 pure-u-md-3-5">
|
|
|
|
<div class="pure-u-1 pure-u-md-3-5">
|
|
|
|
<div class="h-box">
|
|
|
|
<div style="overflow-wrap:break-word; word-wrap:break-word;" class="h-box">
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://youtube.com/channel/<%= video.info["ucid"] %>">
|
|
|
|
<a href="https://youtube.com/channel/<%= video.info["ucid"] %>">
|
|
|
|
<h3><%= video.info["author"] %></h3>
|
|
|
|
<h3><%= video.info["author"] %></h3>
|
|
|
@ -141,7 +141,7 @@ function toggle_comments(target) {
|
|
|
|
<hr style="margin-left:1em; margin-right:1em;">
|
|
|
|
<hr style="margin-left:1em; margin-right:1em;">
|
|
|
|
<% if reddit_thread && !reddit_html.empty? %>
|
|
|
|
<% if reddit_thread && !reddit_html.empty? %>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div style="overflow-wrap:break-word; word-wrap:break-word;">
|
|
|
|
<div>
|
|
|
|
<h3>
|
|
|
|
<h3>
|
|
|
|
<a href="javascript:void(0)" onclick="toggle_comments(this)">[ - ]</a>
|
|
|
|
<a href="javascript:void(0)" onclick="toggle_comments(this)">[ - ]</a>
|
|
|
|
<%= reddit_thread.data.title %>
|
|
|
|
<%= reddit_thread.data.title %>
|
|
|
@ -159,7 +159,7 @@ function toggle_comments(target) {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="pure-u-1 pure-u-md-1-5">
|
|
|
|
<div class="pure-u-1 pure-u-md-1-5">
|
|
|
|
<div class="h-box">
|
|
|
|
<div style="overflow-wrap:break-word; word-wrap:break-word;" class="h-box">
|
|
|
|
<% rvs.each do |rv| %>
|
|
|
|
<% rvs.each do |rv| %>
|
|
|
|
<% if rv.has_key?("id") %>
|
|
|
|
<% if rv.has_key?("id") %>
|
|
|
|
<a href="/watch?v=<%= rv["id"] %>">
|
|
|
|
<a href="/watch?v=<%= rv["id"] %>">
|
|
|
|