app/views/tramway/event/events/show.html.haml in tramway-event-1.6.2 vs app/views/tramway/event/events/show.html.haml in tramway-event-1.6.3

- old
+ new

@@ -2,9 +2,9 @@ = @event.title - content_for :footer_links do %ul - @events.each do |event| %li - = link_to event.title, event_path(event) + = link_to event.title, event_path(event.id) - content_for :body_content do = render 'tramway/event/events/show_page', event: @event, sections: @sections, sections_as_features: @sections_as_features = render "tramway/landing/blocks/block_types/footer", block: @footer