Sha256: 23e4bb730c366c2d51282f62ea3287815863f2393b10453ff7dd5740bcb971dc

Contents?: true

Size: 438 Bytes

Versions: 15

Compression:

Stored size: 438 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, people_as_features: @people_as_features
  = render "tramway/landing/blocks/block_types/footer", block: @footer

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tramway-event-1.8.10 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.9 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.8 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.7 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.6 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.5 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.4 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.3 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.2 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.1.1 app/views/tramway/event/events/show.html.haml
tramway-event-1.8.1 app/views/tramway/event/events/show.html.haml
tramway-event-1.8 app/views/tramway/event/events/show.html.haml
tramway-event-1.7.2 app/views/tramway/event/events/show.html.haml
tramway-event-1.7.1 app/views/tramway/event/events/show.html.haml
tramway-event-1.7 app/views/tramway/event/events/show.html.haml