mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add order to posters column so it gets a classname (#29866)
This commit is contained in:
parent
a8426d9ea7
commit
fdfc9284fa
@ -11,7 +11,7 @@
|
||||
{{raw-plugin-outlet name="topic-list-header-after-main-link"}}
|
||||
{{plugin-outlet name="topic-list-header-after-main-link"}}
|
||||
{{#if showPosters}}
|
||||
{{raw "topic-list-header-column" name='posters' screenreaderOnly='true'}}
|
||||
{{raw "topic-list-header-column" order='posters' name='posters' screenreaderOnly='true'}}
|
||||
{{/if}}
|
||||
{{raw "topic-list-header-column" sortable=sortable number='true' order='posts' name='replies'}}
|
||||
{{#if showLikes}}
|
||||
|
Loading…
Reference in New Issue
Block a user