mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FEATURE: show likes column if sorting by likes
This commit is contained in:
@ -11,6 +11,10 @@ export default Ember.Component.extend({
|
||||
return !!this.get('changeSort');
|
||||
}.property(),
|
||||
|
||||
showLikes: function(){
|
||||
return this.get('order') === "likes";
|
||||
}.property(),
|
||||
|
||||
click: function(e){
|
||||
var self = this;
|
||||
var on = function(sel, callback){
|
||||
|
Reference in New Issue
Block a user