|
7 | 7 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} ticket icon"></i>{{t 'Tickets'}}</div> |
8 | 8 | </a> |
9 | 9 | {{/if}} |
10 | | - {{#if this.showSpeakers}} |
11 | | - <LinkTo @route="public.speakers" class="item"> |
12 | | - <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} bullhorn icon"></i>{{t 'Speakers'}}</div> |
13 | | - </LinkTo> |
14 | | - {{/if}} |
| 10 | + |
15 | 11 | {{else}} |
16 | 12 | <LinkTo class="item" @route="public.index" {{action 'goToSection' 'info' }}> |
17 | 13 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} info icon"></i>{{t 'Info'}}</div> |
|
21 | 17 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} ticket icon"></i>{{t 'Tickets'}}</div> |
22 | 18 | </LinkTo> |
23 | 19 | {{/if}} |
24 | | - {{#if this.showSpeakers}} |
25 | | - <LinkTo @route="public.speakers" class="item"> |
26 | | - <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} bullhorn icon"></i>{{t 'Speakers'}}</div> |
27 | | - </LinkTo> |
28 | | - {{/if}} |
29 | | -{{/if}} |
30 | | -{{#if this.showExhibitors}} |
31 | | - <LinkTo @route="public.exhibition" class="item"> |
32 | | - <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} users icon"></i>{{t 'Exhibition'}}</div> |
33 | | - </LinkTo> |
| 20 | + |
34 | 21 | {{/if}} |
| 22 | + |
35 | 23 | {{#if (and this.event.isSchedulePublished this.showSessions)}} |
36 | 24 | <LinkTo @route="public.sessions" class="item"> |
37 | 25 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} book icon"></i>{{t 'Schedule'}}</div> |
38 | 26 | </LinkTo> |
39 | 27 | {{/if}} |
| 28 | +{{#if this.showSpeakers}} |
| 29 | + <LinkTo @route="public.speakers" class="item"> |
| 30 | + <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} bullhorn icon"></i>{{t 'Speakers'}}</div> |
| 31 | + </LinkTo> |
| 32 | +{{/if}} |
40 | 33 | {{#if (and this.isSchedulePublished this.showSessions)}} |
41 | 34 | <LinkTo @route="public.schedule" class="item"> |
42 | 35 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} calendar icon"></i>{{t 'Calendar'}}</div> |
43 | 36 | </LinkTo> |
44 | 37 | {{/if}} |
45 | | -{{#if this.shouldShowCallforSpeakers }} |
46 | | - <LinkTo @route="public.cfs" class="item"> |
47 | | - <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} bullhorn icon"></i>{{t 'Call for Speakers'}}</div> |
48 | | - </LinkTo> |
49 | | -{{/if}} |
50 | 38 | {{#if (and this.event.isSponsorsEnabled this.event.sponsors)}} |
51 | 39 | {{#if (eq this.session.currentRouteName 'public.index')}} |
52 | 40 | <a href='#sponsor' {{action "scrollToTarget" 'sponsor' }} class='item scroll'> |
|
58 | 46 | </LinkTo> |
59 | 47 | {{/if}} |
60 | 48 | {{/if}} |
| 49 | +{{#if this.showExhibitors}} |
| 50 | + <LinkTo @route="public.exhibition" class="item"> |
| 51 | + <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} users icon"></i>{{t 'Exhibition'}}</div> |
| 52 | + </LinkTo> |
| 53 | +{{/if}} |
61 | 54 | {{#if this.event.hasOwnerInfo}} |
62 | 55 | {{#if (eq this.session.currentRouteName 'public.index')}} |
63 | 56 | <a href='#organizer' {{action "scrollToTarget" 'organizer' }} class='item scroll'> |
|
69 | 62 | </LinkTo> |
70 | 63 | {{/if}} |
71 | 64 | {{/if}} |
| 65 | +{{#if this.shouldShowCallforSpeakers }} |
| 66 | + <LinkTo @route="public.cfs" class="item"> |
| 67 | + <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} bullhorn icon"></i>{{t 'Call for Speakers'}}</div> |
| 68 | + </LinkTo> |
| 69 | +{{/if}} |
72 | 70 | {{#if (eq this.session.currentRouteName 'public.index')}} |
73 | 71 | <a href='#getting-here' {{action "scrollToTarget" 'getting-here' }} class='item scroll'> |
74 | 72 | <div><i class="mr-4 {{unless this.device.isMobile 'hidden-item'}} icon map marker alternate"></i>{{t 'Getting here'}}</div> |
|
0 commit comments