We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d68722 commit 39c9961Copy full SHA for 39c9961
app/templates/components/public/speaker-item.hbs
@@ -52,7 +52,7 @@
52
</strong>
53
{{/if}}
54
</p>
55
- <a href="{{href-to 'public.sessions.list' 'all'}}#session-id-{{session.id}}">
+ <a href="{{href-to 'public.sessions' (query-params session_id=session.id)}}">
56
<div class="ui fluid padded" style={{css color=session.track.fontColor background-color=session.track.color}}>
57
<h3 class="item" style={{css user-select='text' color=(is-light session.track.color)}}>
58
{{#if (and session.startsAt session.endsAt)}}
0 commit comments