File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
app/templates/components/public Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 4848 {{ #if session.startsAt }}
4949 {{ moment-format session.startsAt ' DD MMM YY' }}
5050 {{ /if }}
51- <br >
52- <span class =" session-location" >
53- <strong >
54- {{ session.microlocation.name }}
55- </strong >
56- </span >
51+ {{ #if session.microlocation }}
52+ <br >
53+ <span class =" session-location" >
54+ <strong >
55+ {{ concat (t ' Microlocation - ' ) session.microlocation.name }}
56+ </strong >
57+ </span >
58+ {{ /if }}
5759 </p >
58- <div class =" ui fluid padded" style ={{ -html-safe ( concat " color: " session.track.fontColor " px; background-color: " session.track.color " ;" ) }} >
60+ <div class =" ui fluid padded" style ={{ concat " color: " session.track.fontColor " px; background-color: " session.track.color " ;" }} >
5961 <h3 class =" item" >
6062 {{ #if (and session.startsAt session.endsAt )}}
6163 {{ moment-format session.startsAt ' HH:mm' }} - {{ moment-format session.endsAt ' hh:mm' }}
You can’t perform that action at this time.
0 commit comments