Make sure a post has replies before accessing the reply id

This commit is contained in:
scossar 2018-03-20 12:13:41 -07:00
parent 70c41e067b
commit f213dea529
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</h3>
<%= 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 %>