mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: Move post links above topic map on OP
This commit is contained in:
parent
6aef2b0a59
commit
c0e4d0f6f2
1 changed files with 1 additions and 1 deletions
|
@ -303,10 +303,10 @@ createWidget('post-body', {
|
||||||
const result = [this.attach('post-meta-data', attrs), postContents];
|
const result = [this.attach('post-meta-data', attrs), postContents];
|
||||||
|
|
||||||
result.push(this.attach('actions-summary', attrs));
|
result.push(this.attach('actions-summary', attrs));
|
||||||
|
result.push(this.attach('post-links', attrs));
|
||||||
if (attrs.showTopicMap) {
|
if (attrs.showTopicMap) {
|
||||||
result.push(this.attach('topic-map', attrs));
|
result.push(this.attach('topic-map', attrs));
|
||||||
}
|
}
|
||||||
result.push(this.attach('post-links', attrs));
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue