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-12-17 02:33:45 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
7a155710dd
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-16 02:33:22 +08:00
export default Discourse.Route.extend({
Fix deprecations with site text, upgrade to ES6 / store
2015-08-08 02:05:08 +08:00
model() {
return this.store.findAll('site-text-type');
Move "Content" under "customize" in admin.
2014-09-24 05:12:01 +08:00
}
});
Reference in New Issue
Copy Permalink