Show Edit buttons to staff on categories page again
This commit is contained in:
@@ -25,7 +25,7 @@ Discourse.ListCategoriesController = Discourse.ObjectController.extend({
|
||||
}.property('categories.@each'),
|
||||
|
||||
canEdit: function() {
|
||||
Discourse.User.current('staff');
|
||||
return Discourse.User.current('staff');
|
||||
}.property(),
|
||||
|
||||
// clear a pinned topic
|
||||
|
||||
Reference in New Issue
Block a user