Add description to RSS body

pull/817/head
Omar Roth 5 years ago
parent 68be24ffc6
commit c0796ac3d6
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -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

Loading…
Cancel
Save