mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Show first name last name on the schedule
This commit is contained in:
parent
84d30e13f0
commit
7b0c1ac6f5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<span class="text-error"><%= event[0].subtitle %></span><br>
|
||||
<% end %>
|
||||
<i class="icon-user"></i>
|
||||
<%= speaker.public_name %>
|
||||
<%= "#{speaker.first_name} #{speaker.last_name}" %>
|
||||
<% if event[0].track%>
|
||||
<br><i class="icon-road"></i>
|
||||
<span class="label" style="background-color:<%= event[0].track.color if event[0].track %>"><%= event[0].track.name %></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue