diff --git a/app/templates/components/public/side-menu.hbs b/app/templates/components/public/side-menu.hbs index ae4d13b9028..2725a37968a 100644 --- a/app/templates/components/public/side-menu.hbs +++ b/app/templates/components/public/side-menu.hbs @@ -7,11 +7,7 @@
{{t 'Tickets'}}
{{/if}} - {{#if this.showSpeakers}} - -
{{t 'Speakers'}}
-
- {{/if}} + {{else}}
{{t 'Info'}}
@@ -21,32 +17,24 @@
{{t 'Tickets'}}
{{/if}} - {{#if this.showSpeakers}} - -
{{t 'Speakers'}}
-
- {{/if}} -{{/if}} -{{#if this.showExhibitors}} - -
{{t 'Exhibition'}}
-
+ {{/if}} + {{#if (and this.event.isSchedulePublished this.showSessions)}}
{{t 'Schedule'}}
{{/if}} +{{#if this.showSpeakers}} + +
{{t 'Speakers'}}
+
+{{/if}} {{#if (and this.isSchedulePublished this.showSessions)}}
{{t 'Calendar'}}
{{/if}} -{{#if this.shouldShowCallforSpeakers }} - -
{{t 'Call for Speakers'}}
-
-{{/if}} {{#if (and this.event.isSponsorsEnabled this.event.sponsors)}} {{#if (eq this.session.currentRouteName 'public.index')}} @@ -58,6 +46,11 @@ {{/if}} {{/if}} +{{#if this.showExhibitors}} + +
{{t 'Exhibition'}}
+
+{{/if}} {{#if this.event.hasOwnerInfo}} {{#if (eq this.session.currentRouteName 'public.index')}}
@@ -69,6 +62,11 @@ {{/if}} {{/if}} +{{#if this.shouldShowCallforSpeakers }} + +
{{t 'Call for Speakers'}}
+
+{{/if}} {{#if (eq this.session.currentRouteName 'public.index')}}
{{t 'Getting here'}}