This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
Watch
1
Star
0
Fork
0
You've already forked discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
synced
2025-02-13 23:15:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse-subscriptions
/
assets
/
javascripts
/
discourse
/
patrons-route-map.js.es6
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
yarn prettier
2019-09-12 07:14:16 +10:00
export default function() {
this.route("patrons", function() {
use the billing page
2019-10-25 13:55:57 +11:00
this.route("subscribe");
Show route
2019-09-11 17:38:55 +10:00
});
basic route and template
2019-09-11 17:13:12 +10:00
}
Reference in New Issue
Copy Permalink