diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss
index b0588f35b58..c279aceff4c 100644
--- a/app/assets/stylesheets/common/base/crawler_layout.scss
+++ b/app/assets/stylesheets/common/base/crawler_layout.scss
@@ -33,6 +33,10 @@ body.crawler {
margin-top: 4em;
}
+ .topic-category {
+ display: inline;
+ }
+
.discourse-tags {
color: $primary-medium;
}
diff --git a/app/views/list/list.erb b/app/views/list/list.erb
index 579022caee2..2d32efb77bf 100644
--- a/app/views/list/list.erb
+++ b/app/views/list/list.erb
@@ -67,7 +67,7 @@
<%= t.title %>
<% if (u = post.user) %>
@@ -48,6 +51,10 @@
<% end %>
+ <% if post.image_url %>
+
+ <% end %>
+
<% if post.updated_at > post.created_at %>
@@ -58,6 +65,7 @@
+
<% end %>
#<%= post.post_number %>
@@ -67,6 +75,9 @@
+ <% if idx == 0 %>
+
'>
+ <% end %>
@@ -79,7 +90,7 @@
- <% if @topic_view.link_counts[post.id] && @topic_view.link_counts[post.id].length > 0 %>
+ <% 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| %>
<% if link[:reflection] && link[:title].present? %>