mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
ES6: Migrated and deprecated a bunch of views
This commit is contained in:
@@ -10,4 +10,4 @@ Discourse.AdminGithubCommitsController = Ember.ArrayController.extend({
|
||||
goToGithub: function() {
|
||||
window.open('https://github.com/discourse/discourse');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -94,4 +94,4 @@ Discourse.AdminLogsScreenedIpAddressController = Ember.ObjectController.extend({
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -16,4 +16,4 @@ Discourse.AdminReportsController = Ember.ObjectController.extend({
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
@@ -25,4 +25,4 @@ Discourse.AdminSiteContentEditController = Discourse.Controller.extend({
|
||||
}
|
||||
});
|
||||
|
||||
Discourse.AdminSiteContentsController = Ember.ArrayController.extend({});
|
||||
Discourse.AdminSiteContentsController = Ember.ArrayController.extend({});
|
||||
|
||||
Reference in New Issue
Block a user