diff --git a/app/assets/javascripts/discourse/templates/discovery/topics.hbs b/app/assets/javascripts/discourse/templates/discovery/topics.hbs index eb4076efb8c..9b5cd67a170 100644 --- a/app/assets/javascripts/discourse/templates/discovery/topics.hbs +++ b/app/assets/javascripts/discourse/templates/discovery/topics.hbs @@ -37,17 +37,13 @@ {{/if}} {{/if}} - {{#sortable-heading sortBy="default" action="changeSort" order=order ascending=ascending}} - {{i18n topic.title}} - {{/sortable-heading}} + {{#sortable-heading}} {{i18n topic.title}} {{/sortable-heading}} {{#unless controller.hideCategory}} {{#sortable-heading sortBy="category" action="changeSort" order=order ascending=ascending}} {{i18n category_title}} {{/sortable-heading}} {{/unless}} - {{#sortable-heading sortBy="posters" action="changeSort" order=order ascending=ascending}} - {{i18n users}} - {{/sortable-heading}} + {{#sortable-heading}} {{i18n users}} {{/sortable-heading}} {{#sortable-heading sortBy="posts" number=true action="changeSort" order=order ascending=ascending}} {{i18n posts}} {{/sortable-heading}}