Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3 id="keynotes">Keynotes</h3>
<th>Title</th>
<th>Speaker(s)</th>
<th>Day</th>
<th>When</th>
<th>When (UTC+1)</th>
<th>Room</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion content/schedule/rooms.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%
# vim: set ts=2 sw=2 et ai ft=eruby:
%>
<p>All times are CET (UTC+1, Brussels time).</p>
<p>All times are <b>CET (UTC+1)</b>.</p>
<p>An overview of <a href="<%= $item_by_id.fetch('/schedule/roomtracks/').path %>">room occupation by track</a> is available, too.</p>

<h2>Rooms Live in Brussels</h2>
Expand Down
2 changes: 1 addition & 1 deletion content/schedule/roomtracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Room occupation by track
sponsors_under_navigation: true
---
<p>All times are CET (UTC+1, Brussels time). For a less graphical and colorful overview of the rooms and the tracks that are held in them, respectively, you may <a href="<%= pathof '/schedule/rooms/' %>">look at this page instead</a>.
<p>All times are <b>CET (UTC+1)</b>. For a less graphical and colorful overview of the rooms and the tracks that are held in them, respectively, you may <a href="<%= pathof '/schedule/rooms/' %>">look at this page instead</a>.
<%
# vim: set ft=eruby ts=2 sw=2 et ai:

Expand Down
2 changes: 1 addition & 1 deletion content/schedule/tracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<th>Call For<br /> Papers</th>
<th>Rooms</th>
<% days.each do |d| %>
<th><%= d[:title] %></th>
<th><%= d[:title] %> (UTC+1)</th>
<% end %>
</tr>
</thead>
Expand Down
3 changes: 2 additions & 1 deletion layouts/schedule/day.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
xml.tr do
xml.th(class: 'backlink') do
xml.a(href: pathof('/'), title: 'Site root') do
xml << '&larr;&nbsp;/'
xml << '&larr;&nbsp;/ '
end
xml << 'UTC+1'
end
rooms.map(&$to_room).each do |room|
xml.th do
Expand Down
4 changes: 2 additions & 2 deletions layouts/schedule/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<li><i class="icon-road"></i> <strong>Track</strong>: <%= l track(item[:track]) %></li>
<li><i class="icon-home"></i> <strong>Room</strong>: <%= l room(item[:room]) %></li>
<li><i class="icon-calendar"></i> <strong>Day</strong>: <%= l day(item[:day]) %></li>
<li><i class="icon-play"></i> <strong>Start</strong>: <%= ltt item, :start %></li>
<li><i class="icon-stop"></i> <strong>End</strong>: <%= ltt item, :end %></li>
<li><i class="icon-play"></i> <strong>Start (UTC+1)</strong>: <%= ltt item, :start %></li>
<li><i class="icon-stop"></i> <strong>End (UTC+1)</strong>: <%= ltt item, :end %></li>
<% if item[:live_video_link] %>
<li id="live-stream-with-q-and-a" class="visible-desktop">
<i class="icon-film"></i> <strong>Video only</strong>:
Expand Down
8 changes: 4 additions & 4 deletions layouts/schedule/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<thead>
<tr>
<th style="width: 8em;">Day</th>
<th style="width: 4em; text-align: right;">Start</th>
<th style="width: 7em; text-align: right;">Start (UTC+1)</th>
<th style="width: 1em;"></th>
<th style="width: 4em; text-align: left;">End</th>
<th style="width: 7em; text-align: left;">End (UTC+1)</th>
<th>Track(s)</th>
</tr>
</thead>
Expand Down Expand Up @@ -182,8 +182,8 @@ <h3>Events</h3>
<th colspan="2">Title</th>
<th>Speakers</th>
<th>Track</th>
<th>Start</th>
<th>End</th>
<th>Start (UTC+1)</th>
<th>End (UTC+1)</th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions layouts/schedule/speaker.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h3>Events</h3>
<th>Day</th>
<th>Room</th>
<th>Track</th>
<th>Start</th>
<th>End</th>
<th>Start (UTC+1)</th>
<th>End (UTC+1)</th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions layouts/schedule/track.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
<% if item[:rooms].size > 1 %>
<th>Room</th>
<% end %>
<th>Start</th>
<th>End</th>
<th>Start (UTC+1)</th>
<th>End (UTC+1)</th>
</tr>
</thead>
<tbody>
Expand Down