Sha256: c088d040fce1c8bed2c447df604bc9d6cf58bc9e2cd1f60a0c69fd3f23f7793a

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

- content_for :title do
  = @event.title
- content_for :footer_links do
  %ul
    - @events.each do |event|
      %li
        = 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tramway-event-1.6.4 app/views/tramway/event/events/show.html.haml
tramway-event-1.6.3 app/views/tramway/event/events/show.html.haml