mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 10:32:45 +08:00
UX: Remove sortable column from "Topic" and "Users" column.
This commit is contained in:
parent
056438a7f4
commit
bb192dd0a3
|
@ -37,17 +37,13 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</th>
|
</th>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#sortable-heading sortBy="default" action="changeSort" order=order ascending=ascending}}
|
{{#sortable-heading}} {{i18n topic.title}} {{/sortable-heading}}
|
||||||
{{i18n topic.title}}
|
|
||||||
{{/sortable-heading}}
|
|
||||||
{{#unless controller.hideCategory}}
|
{{#unless controller.hideCategory}}
|
||||||
{{#sortable-heading sortBy="category" action="changeSort" order=order ascending=ascending}}
|
{{#sortable-heading sortBy="category" action="changeSort" order=order ascending=ascending}}
|
||||||
{{i18n category_title}}
|
{{i18n category_title}}
|
||||||
{{/sortable-heading}}
|
{{/sortable-heading}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{#sortable-heading sortBy="posters" action="changeSort" order=order ascending=ascending}}
|
{{#sortable-heading}} {{i18n users}} {{/sortable-heading}}
|
||||||
{{i18n users}}
|
|
||||||
{{/sortable-heading}}
|
|
||||||
{{#sortable-heading sortBy="posts" number=true action="changeSort" order=order ascending=ascending}}
|
{{#sortable-heading sortBy="posts" number=true action="changeSort" order=order ascending=ascending}}
|
||||||
{{i18n posts}}
|
{{i18n posts}}
|
||||||
{{/sortable-heading}}
|
{{/sortable-heading}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user