app/views/tramway/event/events/show.html.haml in tramway-event-1.9.19.7 vs app/views/tramway/event/events/show.html.haml in tramway-event-1.9.19.8

- old
+ new

@@ -1,6 +1,8 @@ - content_for :title do = @event.title +- content_for :head_content do + = javascript_include_tag 'tramway/event/application' - content_for :footer_links do %ul - @events.each do |event| %li = link_to event.title, event_path(event.id)