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 fd5e27b commit ebc3889Copy full SHA for ebc3889
app/templates/components/public/speaker-item.hbs
@@ -60,7 +60,7 @@
60
<div class="ui fluid rounded-default p-4" style={{css color=(text-color session.track.color) background-color=session.track.color}}>
61
<div style={{css opacity=0.9}}>
62
{{#if (and session.startsAt session.endsAt)}}
63
- <strong>{{general-date session.startsAt 'HH:mm' tz=@timezone}} - {{general-date session.endsAt 'hh:mm' tz=@timezone}}</strong>
+ <strong>{{general-date session.startsAt 'HH:mm' tz=@timezone}} - {{general-date session.endsAt 'HH:mm' tz=@timezone}}</strong>
64
{{/if}}
65
<h3 class="m-0" style={{css user-select='text'}}>
66
{{session.title}}
0 commit comments