diff --git a/app/assets/javascripts/discourse/templates/list/action-list.raw.hbs b/app/assets/javascripts/discourse/templates/list/action-list.raw.hbs
new file mode 100644
index 000000000..a859ec7e3
--- /dev/null
+++ b/app/assets/javascripts/discourse/templates/list/action-list.raw.hbs
@@ -0,0 +1,8 @@
+{{#if postNumbers}}
+
+
+ {{#each postNumber in postNumbers}}
+
#{{postNumber}}
+ {{/each}}
+
+{{/if}}
diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.raw.hbs b/app/assets/javascripts/discourse/templates/list/topic_list_item.raw.hbs
index fb2f023a2..4ac4f7c0d 100644
--- a/app/assets/javascripts/discourse/templates/list/topic_list_item.raw.hbs
+++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.raw.hbs
@@ -9,19 +9,11 @@
{{#if controller.showTopicPostBadges}}
{{raw "topic-post-badges" unread=topic.unread newPosts=topic.displayNewPosts unseen=topic.unseen url=topic.lastUnreadUrl}}
{{/if}}
-
{{#if expandPinned}}
{{raw "list/topic-excerpt" topic=topic}}
{{/if}}
-
- {{#if topic.bookmarked_post_numbers}}
-