File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 44
44
{{ t ' Call for Speakers' }}
45
45
</LinkTo >
46
46
{{ /if }}
47
+ {{ #if this.event.isSponsorsEnabled }}
48
+ {{ #if (eq this.session.currentRouteName ' public.index' )}}
49
+ <a href =' #sponsor' {{ action " scrollToTarget" }} class =' item scroll' >
50
+ {{ t ' Sponsors' }}
51
+ </a >
52
+ {{ else }}
53
+ <a class =" item" href =" {{ href-to ' public.index' }} #sponsor" >
54
+ {{ t ' Sponsors' }}
55
+ </a >
56
+ {{ /if }}
57
+ {{ /if }}
47
58
{{ #if this.event.hasOwnerInfo }}
48
59
{{ #if (eq this.session.currentRouteName ' public.index' )}}
49
60
<a href =' #owner' {{ action " scrollToTarget" }} class =' item scroll' >
Original file line number Diff line number Diff line change 46
46
<div class =" ui hidden divider" ></div >
47
47
{{ /if }}
48
48
{{ #if this.model.sponsors }}
49
+ <h2 class =" ui header" id =" sponsor" >
50
+ {{ t ' Supported By' }}
51
+ </h2 >
49
52
<div class =" sponsors" >
50
53
<div class =" row" >
51
54
<Public::SponsorList
You can’t perform that action at this time.
0 commit comments