diff --git a/app/views/embed/comments.html.erb b/app/views/embed/comments.html.erb index 52f33dcab..6a2d49afb 100644 --- a/app/views/embed/comments.html.erb +++ b/app/views/embed/comments.html.erb @@ -1,7 +1,7 @@
<% if @topic_view.topic.posts_count == 0 %> <%= link_to(I18n.t('embed.start_discussion'), @topic_view.topic.url, class: 'button', target: '_blank') %> - <% else %> + <% elsif @topic_view.topic.posts_count > 10 %> <%= link_to(I18n.t('embed.continue'), @second_post_url, class: 'button', target: '_blank') %> <% end %> <%= I18n.t('embed.replies', count: @topic_view.topic.posts_count - 1) %>