This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-24 08:09:13 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c21457d6a7
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-site-text.js.es6
6 lines
109 B
Text
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
}
});
Reference in a new issue
Copy permalink