|
|
@ -113,7 +113,6 @@ def template_youtube_comments(comments)
|
|
|
|
<b>
|
|
|
|
<b>
|
|
|
|
<a href="#{child["authorUrl"]}">#{child["author"]}</a>
|
|
|
|
<a href="#{child["authorUrl"]}">#{child["author"]}</a>
|
|
|
|
</b>
|
|
|
|
</b>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<p style="white-space:pre-wrap">#{child["contentHtml"]}</p>
|
|
|
|
<p style="white-space:pre-wrap">#{child["contentHtml"]}</p>
|
|
|
|
#{recode_date(Time.epoch(child["published"].as_i64))} ago
|
|
|
|
#{recode_date(Time.epoch(child["published"].as_i64))} ago
|
|
|
|
|
|
|
|
|
|
|
|
|
|