Add comment formatting

This commit is contained in:
Omar Roth 2018-08-30 20:06:08 -05:00
parent 917d220623
commit b3f9059452
2 changed files with 35 additions and 5 deletions

View file

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