app/views/tramway/event/events/show.html.haml in tramway-event-1.9.27.1 vs app/views/tramway/event/events/show.html.haml in tramway-event-1.9.27.2
- old
+ new
@@ -1,8 +1,6 @@
- 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)