Add description to channel pages

This commit is contained in:
Omar Roth 2019-07-31 19:29:16 -05:00
parent dce5816b18
commit f71d5c429d
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
3 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,10 @@
</div>
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">
<% ucid = channel.ucid %>
<% author = channel.author %>

View File

@ -26,6 +26,10 @@
</div>
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">
<% ucid = channel.ucid %>
<% author = channel.author %>

View File

@ -26,6 +26,10 @@
</div>
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">
<% ucid = channel.ucid %>
<% author = channel.author %>