mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add link to group member from groups admin page
UX: remove uneeded refresh button from custom groups
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export default Ember.ArrayController.extend({
|
||||
sortProperties: ['name'],
|
||||
refreshingAutoGroups: false,
|
||||
isAuto: function(){
|
||||
return this.get('type') === 'automatic';
|
||||
}.property('type'),
|
||||
|
||||
actions: {
|
||||
refreshAutoGroups: function(){
|
||||
|
||||
Reference in New Issue
Block a user