Skip to content

Commit 6c94dd5

Browse files
Uditi MehtaUditi Mehta
authored andcommitted
ENG-6008: Add My Preprints route and page template
1 parent f53fbe2 commit 6c94dd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div data-analytics-scope='my-preprints'>
2+
{{outlet}}
3+
</div>

app/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Router.map(function() {
3434
this.route('submit', { path: '/:provider_id/submit' });
3535
this.route('edit', { path: '/:provider_id/edit/:guid' });
3636
this.route('select');
37+
this.route('my-preprints');
3738
});
3839

3940

0 commit comments

Comments
 (0)