diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 90f8f020515..ff894eefc9c 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -108,11 +108,6 @@ <%= post.like_count > 0 ? t('post.has_likes', count: post.like_count) : '' %> -
- - -
- <% if @topic_view.link_counts[post.id] && @topic_view.link_counts[post.id].filter { |l| l[:reflection] }.length > 0 %>
<% @topic_view.link_counts[post.id].each_with_index do |link, i| %>