This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-25 03:05:25 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
353eeef72a
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-customize-index.js.es6
6 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate a bunch of admin routes to ES6 modules
2015-08-07 00:14:59 +08:00
export default Ember.Route.extend({
beforeModel() {
DEV: introduces prettier for es6 files
2018-06-15 23:03:24 +08:00
this.transitionTo("adminCustomizeThemes");
Migrate a bunch of admin routes to ES6 modules
2015-08-07 00:14:59 +08:00
}
});
Reference in New Issue
Copy Permalink