mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 11:45:35 +08:00
make Likes come before Replies under post
This commit is contained in:
parent
bcbf538297
commit
4bffacac66
@ -76,8 +76,8 @@ const PostMenuView = Ember.Component.extend(StringBuffer, {
|
||||
const post = this.get('post');
|
||||
|
||||
buffer.push("<nav class='post-controls'>");
|
||||
this.renderReplies(post, buffer);
|
||||
this.renderLikes(post, buffer);
|
||||
this.renderReplies(post, buffer);
|
||||
this.renderButtons(post, buffer);
|
||||
this.renderAdminPopup(post, buffer);
|
||||
buffer.push("</nav>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user