Show Edit buttons to staff on categories page again

This commit is contained in:
Neil Lalonde 2013-07-26 10:39:26 -04:00
parent 234474af1b
commit c9c68c2cb2

View File

@ -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