File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/components/public Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Router.map(function() {
40
40
this . route ( 'logout' ) ;
41
41
this . route ( 'oauth' , { path : '/oauth/callback' } ) ;
42
42
this . route ( 'public' , { path : '/e/:event_id' } , function ( ) {
43
- this . route ( 'sessions' ) ;
43
+ this . route ( 'sessions' , { path : '/schedule' } ) ;
44
44
this . route ( 'session' , function ( ) {
45
45
this . route ( 'view' , { path : '/:session_id' } ) ;
46
46
} ) ;
@@ -54,7 +54,7 @@ Router.map(function() {
54
54
this . route ( 'edit-speaker' , { path : '/speaker/:speaker_id/edit' } ) ;
55
55
this . route ( 'edit-session' , { path : '/session/:session_id/edit' } ) ;
56
56
} ) ;
57
- this . route ( 'schedule' ) ;
57
+ this . route ( 'schedule' , { path : '/calendar' } ) ;
58
58
this . route ( 'coc' ) ;
59
59
this . route ( 'speakers' ) ;
60
60
this . route ( 'role-invites' ) ;
Original file line number Diff line number Diff line change 31
31
{{ /if }}
32
32
{{ #if this.showSessions }}
33
33
<LinkTo @route =" public.sessions" class =" item" >
34
- {{ t ' Sessions ' }}
34
+ {{ t ' Schedule ' }}
35
35
</LinkTo >
36
36
{{ /if }}
37
37
{{ #if this.isSchedulePublished }}
38
38
<LinkTo @route =" public.schedule" class =" item" >
39
- {{ t ' Schedule ' }}
39
+ {{ t ' Calendar ' }}
40
40
</LinkTo >
41
41
{{ /if }}
42
42
{{ #if this.shouldShowCallforSpeakers }}
You can’t perform that action at this time.
0 commit comments