Skip to content

Commit ea1dc39

Browse files
committed
Link speaker session to public session list
1 parent a129268 commit ea1dc39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/templates/components/public/session-item.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<UiAccordion>
22
<div class="title" {{action 'hideSpeakerImage'}} role="button">
33
<div class="ui">
4-
<h3 class="ui header">
4+
<h3 class="ui header" id="session-id-{{this.session.id}}">
55
{{this.session.title}}
66
<div class="sub header">
77
{{this.session.sessionType.name}}

app/templates/components/public/speaker-item.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</strong>
5353
{{/if}}
5454
</p>
55-
<LinkTo @route='public.sessions.view' @model={{session.id}}>
55+
<a href="{{href-to 'public.sessions.list' 'all'}}#session-id-{{session.id}}">
5656
<div class="ui fluid padded" style={{css color=session.track.fontColor background-color=session.track.color}}>
5757
<h3 class="item">
5858
{{#if (and session.startsAt session.endsAt)}}
@@ -63,7 +63,7 @@
6363
<br>
6464
</h3>
6565
</div>
66-
</LinkTo>
66+
</a>
6767
<br>
6868
{{/if}}
6969
{{/each}}

0 commit comments

Comments
 (0)