mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Discourse Macro Helpers + Minor Fix to Admin User View
This commit is contained in:
@@ -78,9 +78,7 @@ Discourse.AdminUsersListController = Ember.ArrayController.extend(Discourse.Pres
|
||||
|
||||
@property hasSelection
|
||||
**/
|
||||
hasSelection: function() {
|
||||
return this.get('selectedCount') > 0;
|
||||
}.property('selectedCount'),
|
||||
hasSelection: Em.computed.gt('selectedCount', 0),
|
||||
|
||||
/**
|
||||
Refresh the current list of users.
|
||||
|
||||
Reference in New Issue
Block a user