mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
UX: Remove sortable column from "Topic" and "Users" column.
This commit is contained in:
parent
056438a7f4
commit
bb192dd0a3
1 changed files with 2 additions and 6 deletions
|
@ -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 a new issue