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

10 lines
258 B
Plaintext
Raw Normal View History

export default Discourse.Route.extend({
renderTemplate: function() {
2018-06-15 11:03:24 -04:00
this.render("admin/templates/logs/screened-urls", { into: "adminLogs" });
},
setupController: function() {
2018-06-15 11:03:24 -04:00
return this.controllerFor("adminLogsScreenedUrls").show();
}
});