Skip to content

Commit dde5888

Browse files
adds css helper instead of concat
1 parent f33b547 commit dde5888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/public/speaker-item.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</span>
5858
{{/if}}
5959
</p>
60-
<div class="ui fluid padded" style={{concat "color: " session.track.fontColor "px; background-color: " session.track.color ";"}}>
60+
<div class="ui fluid padded" style={{css color=session.track.fontColor background-color=session.track.color}}>
6161
<h3 class="item">
6262
{{#if (and session.startsAt session.endsAt)}}
6363
{{moment-format session.startsAt 'HH:mm'}} - {{moment-format session.endsAt 'hh:mm'}}

0 commit comments

Comments
 (0)