diff --git a/app/assets/javascripts/discourse/routes/user-topic-list.js.es6 b/app/assets/javascripts/discourse/routes/user-topic-list.js.es6 index 3d62ae91de..c7bd8ed147 100644 --- a/app/assets/javascripts/discourse/routes/user-topic-list.js.es6 +++ b/app/assets/javascripts/discourse/routes/user-topic-list.js.es6 @@ -11,8 +11,7 @@ export default Discourse.Route.extend(ViewingActionType, { this.controllerFor("user-activity").set("userActionType", userActionType); this.controllerFor("user-topics-list").setProperties({ model, - hideCategory: false, - showParticipants: false + hideCategory: false }); } }); diff --git a/app/assets/javascripts/discourse/templates/components/basic-topic-list.hbs b/app/assets/javascripts/discourse/templates/components/basic-topic-list.hbs index ec15b78c9b..d1d105121e 100644 --- a/app/assets/javascripts/discourse/templates/components/basic-topic-list.hbs +++ b/app/assets/javascripts/discourse/templates/components/basic-topic-list.hbs @@ -10,8 +10,7 @@ {{/if}} {{#if topics}} - {{topic-list showParticipants=showParticipants - showPosters=showPosters + {{topic-list showPosters=showPosters hideCategory=hideCategory topics=topics expandExcerpts=expandExcerpts diff --git a/app/assets/javascripts/discourse/templates/components/topic-list.hbs b/app/assets/javascripts/discourse/templates/components/topic-list.hbs index bcdbf0123c..46e05f4e4d 100644 --- a/app/assets/javascripts/discourse/templates/components/topic-list.hbs +++ b/app/assets/javascripts/discourse/templates/components/topic-list.hbs @@ -7,7 +7,6 @@ showPosters=showPosters showLikes=showLikes showOpLikes=showOpLikes - showParticipants=showParticipants order=order ascending=ascending sortable=sortable @@ -35,7 +34,6 @@ showTopicPostBadges=showTopicPostBadges hideCategory=hideCategory showPosters=showPosters - showParticipants=showParticipants showLikes=showLikes showOpLikes=showOpLikes expandGloballyPinned=expandGloballyPinned 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 ab0e1e3148..6b6b7b2af1 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 @@ -44,10 +44,6 @@ {{raw "list/posts-count-column" topic=topic}} -{{#if showParticipants}} - {{raw "list/posters-column" posters=topic.participants}} -{{/if}} - {{#if showLikes}}