discourse/app/assets/javascripts/admin/routes/admin-logs-screened-urls.js...

10 lines
256 B
Plaintext
Raw Normal View History

export default Discourse.Route.extend({
renderTemplate: function() {
this.render('admin/templates/logs/screened-urls', {into: 'adminLogs'});
},
setupController: function() {
return this.controllerFor('adminLogsScreenedUrls').show();
}
});