We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6872ae commit 361f50aCopy full SHA for 361f50a
1 file changed
content/schedule/events.html
@@ -21,10 +21,11 @@ <h1><%= size %> Events</h1>
21
<tr>
22
<th>Event</th>
23
<th>Speakers</th>
24
+ <th>Track</th>
25
<th>Room</th>
26
<th>Start</th>
27
<th>End</th>
- <th>Attachments</th>
28
+ <th>Files</th>
29
<th>Videos</th>
30
</tr>
31
</thead>
@@ -34,6 +35,7 @@ <h1><%= size %> Events</h1>
34
35
36
<td><%= l(e) %></td>
37
<td><%= l e[:speakers].map(&$to_speaker) %></td>
38
+ <td><%= l track e[:track] %></td>
39
<td><%= l room e[:room] %></td>
40
<td><%= l day e[:day] %> <%= e[:start_time] %></td>
41
<td><%= e[:end_time] %></td>
0 commit comments