mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: include youtube link in embedded comments
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user