DEV: s/Em/Ember (#6874)

This commit is contained in:
Joffrey JAFFEUX
2019-01-11 17:54:23 +01:00
committed by GitHub
parent dbe42068a2
commit 1a3655b787
125 changed files with 315 additions and 306 deletions

View File

@ -305,7 +305,7 @@ const AdminUser = Discourse.User.extend({
return this.get("trust_level") < 4;
}.property("trust_level"),
canSuspend: Em.computed.not("staff"),
canSuspend: Ember.computed.not("staff"),
suspendDuration: function() {
const suspended_at = moment(this.suspended_at),