diff --git a/app/views/embed/comments.html.erb b/app/views/embed/comments.html.erb index 23f69584fed..b6863c21aab 100644 --- a/app/views/embed/comments.html.erb +++ b/app/views/embed/comments.html.erb @@ -27,7 +27,7 @@ <%= get_html(post.cooked) %> - <%- if post.reply_count > 0 %> + <%- if post.reply_count > 0 && post.replies.exists? %> <%- if post.reply_count == 1 %> <%= link_to I18n.t('embed.replies', count: post.reply_count), post.full_url, 'data-link-to-post' => post.replies.first.id.to_s, :class => 'post-replies button' %> <% else %>