FIX: include youtube link in embedded comments

This commit is contained in:
Arpit Jalan
2015-05-01 18:34:45 +05:30
parent 80003e0821
commit 23fd16850a
3 changed files with 12 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
<span class='title'><%= post.user.title %></span>
<%- end %>
</h3>
<%= raw post.cooked %>
<%= get_html(post.cooked) %>
<%- if post.reply_count > 0 %>
<%- if post.reply_count == 1 %>
@@ -51,4 +51,3 @@
<% end %>
<% end %>