diff --git a/content/assets/style/parts/020_datatables.css b/content/assets/style/parts/020_datatables.css new file mode 100644 index 00000000..1402426d --- /dev/null +++ b/content/assets/style/parts/020_datatables.css @@ -0,0 +1,3 @@ +.dt-search >label { + display: inline; +} diff --git a/content/schedule/events.html b/content/schedule/events.html index 77a6f500..a2379d74 100644 --- a/content/schedule/events.html +++ b/content/schedule/events.html @@ -16,31 +16,28 @@ size = h.values.map(&:size).inject(:+) %>

<%= size %> Events

- +
+ - - + <% h.each do |track, list| %> - - - <% list.each do |e| %> + - - +
Event SpeakersTrack RoomDay Start EndAttachmentsFiles Videos

<%= track[:title] %> (<%= list.size %>)

<%= l(e) %> <%= l e[:speakers].map(&$to_speaker) %><%= l track e[:track] %> <%= l room e[:room] %><%= l day e[:day] %><%= e[:start_time] %><%= l day e[:day] %> <%= e[:start_time] %> <%= e[:end_time] %> <% e[:attachments].each_with_index do |a, index| %> diff --git a/layouts/main.html b/layouts/main.html index 7e51e34a..62c82404 100644 --- a/layouts/main.html +++ b/layouts/main.html @@ -39,6 +39,18 @@ +<% if @item.identifier == '/schedule/events/' %> + + + + + + + + + + +<% end %> > +<% if @item.identifier == '/schedule/events/' %> + +<% end %>