We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53fbe2 commit 6c94dd5Copy full SHA for 6c94dd5
app/preprints/my-preprints/template.hbs
@@ -0,0 +1,3 @@
1
+<div data-analytics-scope='my-preprints'>
2
+ {{outlet}}
3
+</div>
app/router.ts
@@ -34,6 +34,7 @@ Router.map(function() {
34
this.route('submit', { path: '/:provider_id/submit' });
35
this.route('edit', { path: '/:provider_id/edit/:guid' });
36
this.route('select');
37
+ this.route('my-preprints');
38
});
39
40
0 commit comments