Fix some ui bugs

This commit is contained in:
Jamie Curnow
2018-08-24 16:04:27 +10:00
parent af99d48591
commit a8dd55431a
4 changed files with 9 additions and 3 deletions
+4
View File
@@ -89,6 +89,10 @@ module.exports = Mn.View.extend({
},
isAdmin: function () {
return App.Cache.User.isAdmin();
},
isAdminUser: function () {
return view.model.isAdmin();
},