diff --git a/content/schedule/events.html b/content/schedule/events.html index 0ebe171e..77a6f500 100644 --- a/content/schedule/events.html +++ b/content/schedule/events.html @@ -43,8 +43,8 @@

<%= size %> Events

<%= e[:start_time] %> <%= e[:end_time] %> - <% e[:attachments].each do |a| %> - <%= a[:type] %> + <% e[:attachments].each_with_index do |a, index| %> + [<%= index + 1 %>] <% end %> diff --git a/layouts/schedule/event.html b/layouts/schedule/event.html index c3b3ad35..8df0c9b0 100644 --- a/layouts/schedule/event.html +++ b/layouts/schedule/event.html @@ -117,7 +117,7 @@

Attachments

'download' end %> -
  • <%= title %> (<%= ai[:type] %>)
  • +
  • <%= title %>
  • <% end %> <% end %>