Add description to RSS body

このコミットが含まれているのは:
Omar Roth 2019-10-04 12:49:58 -04:00
コミット c0796ac3d6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -24,6 +24,8 @@ struct SearchVideo
xml.element("a", href: "#{host_url}/watch?#{query_params}") do
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
end
xml.element("p", style: "white-space:pre") { xml.text html_to_content(self.description_html) }
end
end