mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: format posts for embedded comments as we do for emails
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<span class='title'><%= post.user.title %></span>
|
||||
<%- end %>
|
||||
</h3>
|
||||
<%= get_html(post.cooked) %>
|
||||
<%= get_html(post) %>
|
||||
|
||||
<%- if post.reply_count > 0 && post.replies.exists? %>
|
||||
<%- if post.reply_count == 1 %>
|
||||
|
||||
Reference in New Issue
Block a user