diff --git a/app/views/list/list.erb b/app/views/list/list.erb
index 7e7088bac7..d7deb94e51 100644
--- a/app/views/list/list.erb
+++ b/app/views/list/list.erb
@@ -53,32 +53,30 @@
<% @list.topics.each_with_index do |t,i| %>
-
+ |
- |
-
- <%= t.title %>
-
- <% if (!@category || @category.has_children?) && t.category %>
-
- <% end %>
- <% if t.pinned_until && (t.pinned_until > Time.zone.now) && (t.pinned_globally || @list.category) && t.excerpt %>
-
- <%= t.excerpt.html_safe %>
-
- <% end %>
- |
-
- '><%= t.posts_count %>
- |
-
- <%= I18n.l(t.created_at, format: :date_only) %>
- |
-
+
+ <%= t.title %>
+
+ <% if (!@category || @category.has_children?) && t.category %>
+
+ <% end %>
+ <% if t.pinned_until && (t.pinned_until > Time.zone.now) && (t.pinned_globally || @list.category) && t.excerpt %>
+
+ <%= t.excerpt.html_safe %>
+
+ <% end %>
+
+
+ '><%= t.posts_count %>
+ |
+
+ <%= I18n.l(t.created_at, format: :date_only) %>
+ |
<% end %>