Loading template/app/controller/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ Ext.define('Docs.controller.Comments', { } }, 'topusers': { 'commentsusers': { select: function(username) { this.recentCommentsSettings.username = username; this.fetchRecentComments(); Loading template/app/view/comments/Index.js +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Ext.define('Docs.view.comments.Index', { mixins: ['Docs.view.Scrolling'], requires: [ 'Docs.view.comments.List', 'Docs.view.comments.TopUsers' 'Docs.view.comments.Users' ], cls: 'comment-index', Loading @@ -21,7 +21,7 @@ Ext.define('Docs.view.comments.Index', { }, { region: "east", xtype: "topusers", xtype: "commentsusers", width: 300, margin: '0 0 0 20' } Loading template/app/view/comments/TopUsers.js→template/app/view/comments/Users.js +3 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ * View for showing users. * Either sorted by upvotes or comment count. */ Ext.define('Docs.view.comments.TopUsers', { alias: "widget.topusers", Ext.define('Docs.view.comments.Users', { alias: "widget.commentsusers", extend: 'Ext.panel.Panel', componentCls: "top-users", componentCls: "comments-users", requires: ["Docs.Comments"], dockedItems: [ Loading template/resources/sass/_comments.scss +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ $moderator-color-light: #94b773; // Table with top-voted users .top-users .x-panel-body .users-list { .comments-users .x-panel-body .users-list { ul, li { margin: 0; padding: 0; Loading Loading
template/app/controller/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ Ext.define('Docs.controller.Comments', { } }, 'topusers': { 'commentsusers': { select: function(username) { this.recentCommentsSettings.username = username; this.fetchRecentComments(); Loading
template/app/view/comments/Index.js +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Ext.define('Docs.view.comments.Index', { mixins: ['Docs.view.Scrolling'], requires: [ 'Docs.view.comments.List', 'Docs.view.comments.TopUsers' 'Docs.view.comments.Users' ], cls: 'comment-index', Loading @@ -21,7 +21,7 @@ Ext.define('Docs.view.comments.Index', { }, { region: "east", xtype: "topusers", xtype: "commentsusers", width: 300, margin: '0 0 0 20' } Loading
template/app/view/comments/TopUsers.js→template/app/view/comments/Users.js +3 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ * View for showing users. * Either sorted by upvotes or comment count. */ Ext.define('Docs.view.comments.TopUsers', { alias: "widget.topusers", Ext.define('Docs.view.comments.Users', { alias: "widget.commentsusers", extend: 'Ext.panel.Panel', componentCls: "top-users", componentCls: "comments-users", requires: ["Docs.Comments"], dockedItems: [ Loading
template/resources/sass/_comments.scss +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ $moderator-color-light: #94b773; // Table with top-voted users .top-users .x-panel-body .users-list { .comments-users .x-panel-body .users-list { ul, li { margin: 0; padding: 0; Loading