このコミットが含まれているのは:
Omar Roth 2018-10-09 18:10:27 -05:00
コミット 02335f3390
1個のファイルの変更0行の追加1行の削除

ファイルの表示

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