diff --git a/app/views/embed/comments.html.erb b/app/views/embed/comments.html.erb index 6a2d49afb0d..ed39f5d49fd 100644 --- a/app/views/embed/comments.html.erb +++ b/app/views/embed/comments.html.erb @@ -1,5 +1,5 @@
- <% if @topic_view.topic.posts_count == 0 %> + <% if @topic_view.topic.posts_count < 2 %> <%= link_to(I18n.t('embed.start_discussion'), @topic_view.topic.url, class: 'button', target: '_blank') %> <% elsif @topic_view.topic.posts_count > 10 %> <%= link_to(I18n.t('embed.continue'), @second_post_url, class: 'button', target: '_blank') %>