Add description to channel pages

pull/671/head
Omar Roth 5 years ago
parent dce5816b18
commit f71d5c429d
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

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

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

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

Loading…
Cancel
Save