Sha256: 50f2217b9b03d3f18be18b03e96fb749852f173e7189aa1f738843e8a7a34b9c
Contents?: true
Size: 510 Bytes
Versions: 16
Compression:
Stored size: 510 Bytes
Contents
- 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) = render 'tramway/event/events/show_page', event: @event, sections: @sections, sections_as_features: @sections_as_features, people_as_features: @people_as_features, partners: @partners = render "tramway/landing/blocks/block_types/footer", block: @footer
Version data entries
16 entries across 16 versions & 1 rubygems