File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
app/templates/components/public Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 44 <div class =" thumbnail-square" >
55 <img alt =" speaker" class =" ui rounded image" src =" {{ if this.speaker.thumbnailImageUrl this.speaker.thumbnailImageUrl (if this.speaker.photoUrl this.speaker.photoUrl ' /images/placeholders/avatar.png' )}} " >
66 </div >
7- <h3 class =" ui centered header no margin " >
7+ <h3 class =" ui centered header" >
88 {{ this.speaker.name }}
99 </h3 >
1010 <p class =" ui small centered disabled header no padding" >
1313 </div >
1414 </div >
1515 <div class =" ui vertical fluid menu content padded" >
16- <div class =" item" >
16+ <div class =" item" style = {{ css user-select = ' text ' }} >
1717 <p class =" word-break" >
1818 {{ #if this.speaker.shortBiography }}
1919 {{ sanitize this.speaker.shortBiography }}
5252 </strong >
5353 {{ /if }}
5454 </p >
55- <div class =" ui fluid padded" style ={{ css color =session.track.fontColor background-color =session.track.color }} >
56- <h3 class =" item" >
57- {{ #if (and session.startsAt session.endsAt )}}
58- {{ moment-format session.startsAt ' HH:mm' }} - {{ moment-format session.endsAt ' hh:mm' }}
55+ <a href =" {{ href-to ' public.sessions.list' ' all' }} #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' }} >
58+ {{ #if (and session.startsAt session.endsAt )}}
59+ {{ moment-format session.startsAt ' HH:mm' }} - {{ moment-format session.endsAt ' hh:mm' }}
60+ <br >
61+ {{ /if }}
62+ • {{ session.title }}
5963 <br >
60- {{ /if }}
61- • {{ session.title }}
62- <br >
63- </h3 >
64- </div >
64+ </h3 >
65+ </div >
66+ </a >
6567 <br >
6668 {{ /if }}
6769 {{ /each }}
You can’t perform that action at this time.
0 commit comments