File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 31
31
<Public::SideMenu @event ={{ this.evtService.currentEvent }} @hideIcon ={{ true }} />
32
32
{{ /if }}
33
33
</UiAccordion >
34
-
35
-
36
-
37
34
{{ else }}
38
- {{ #if this.isEventPageRoute }}
39
- <Public::SideMenu @event ={{ this.evtService.currentEvent }} @hideIcon ={{ true }} />
40
- {{ /if }}
41
- <a href =" {{ href-to ' pricing' }} " class =" item" >{{ t ' Pricing' }} </a >
42
- <a href =" {{ href-to ' login' }} " class =" item" >{{ t ' Login' }} </a >
35
+ {{ #if this.isEventPageRoute }}
36
+ <Public::SideMenu @event ={{ this.evtService.currentEvent }} @hideIcon ={{ true }} />
37
+ {{ else }}
38
+ <a href =" {{ href-to ' pricing' }} " class =" item" >{{ t ' Pricing' }} </a >
39
+ {{ /if }}
40
+ <a href =" {{ href-to ' login' }} " class =" item" >{{ t ' Login' }} </a >
43
41
{{ /if }}
44
42
</div >
45
43
<div class =" pusher" >
You can’t perform that action at this time.
0 commit comments