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 1
1
<UiAccordion >
2
2
<div class =" title" {{ action ' hideSpeakerImage' }} role =" button" >
3
3
<div class =" ui" >
4
- <h3 class =" ui header" >
4
+ <h3 class =" ui header" id = " session-id- {{ this.session.id }} " >
5
5
{{ this.session.title }}
6
6
<div class =" sub header" >
7
7
{{ this.session.sessionType.name }}
Original file line number Diff line number Diff line change 4
4
<div class =" thumbnail-square" >
5
5
<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' )}} " >
6
6
</div >
7
- <h3 class =" ui centered header no margin " >
7
+ <h3 class =" ui centered header" >
8
8
{{ this.speaker.name }}
9
9
</h3 >
10
10
<p class =" ui small centered disabled header no padding" >
13
13
</div >
14
14
</div >
15
15
<div class =" ui vertical fluid menu content padded" >
16
- <div class =" item" >
16
+ <div class =" item" style = {{ css user-select = ' text ' }} >
17
17
<p class =" word-break" >
18
18
{{ #if this.speaker.shortBiography }}
19
19
{{ sanitize this.speaker.shortBiography }}
52
52
</strong >
53
53
{{ /if }}
54
54
</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 }}
59
63
<br >
60
- {{ /if }}
61
- • {{ session.title }}
62
- <br >
63
- </h3 >
64
- </div >
64
+ </h3 >
65
+ </div >
66
+ </a >
65
67
<br >
66
68
{{ /if }}
67
69
{{ /each }}
You can’t perform that action at this time.
0 commit comments