This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-solved
mirror of
https://github.com/discourse/discourse-solved.git
Watch
1
Star
0
Fork
You've already forked discourse-solved
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
075883ba5a
discourse-solved
/
assets
/
javascripts
/
discourse
/
solved-route-map.js.es6
8 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FEATURE: support listing user solutions in user page
2016-12-06 01:28:15 -05:00
export default {
DEV: Apply prettier
2018-10-22 14:49:33 -04:00
resource: "user.userActivity",
REFACTOR: old patterns and deprecations (#81)
2019-10-02 01:36:35 -04:00
FEATURE: support listing user solutions in user page
2016-12-06 01:28:15 -05:00
map() {
DEV: Apply prettier
2018-10-22 14:49:33 -04:00
this.route("solved");
FEATURE: support listing user solutions in user page
2016-12-06 01:28:15 -05:00
}
};