FIX: format posts for embedded comments as we do for emails

This commit is contained in:
Régis Hanol
2018-05-09 19:24:44 +02:00
parent 86eb3528ec
commit 6a006b3646
3 changed files with 24 additions and 37 deletions

View File

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