mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 00:48:10 +08:00
UX: Move post links above topic map on OP
This commit is contained in:
parent
6aef2b0a59
commit
c0e4d0f6f2
@ -303,10 +303,10 @@ createWidget('post-body', {
|
||||
const result = [this.attach('post-meta-data', attrs), postContents];
|
||||
|
||||
result.push(this.attach('actions-summary', attrs));
|
||||
result.push(this.attach('post-links', attrs));
|
||||
if (attrs.showTopicMap) {
|
||||
result.push(this.attach('topic-map', attrs));
|
||||
}
|
||||
result.push(this.attach('post-links', attrs));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user