This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f4d44187c8
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-site-text.js.es6
6 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FIX: `refreshTitle` error when navigating to a 404 page
2014-10-15 14:33:22 -04:00
export default Discourse.Route.extend({
Fix deprecations with site text, upgrade to ES6 / store
2015-08-07 14:05:08 -04:00
model() {
return this.store.findAll('site-text-type');
Move "Content" under "customize" in admin.
2014-09-23 17:12:01 -04:00
}
});