Sha256: ccfa3998e1a982f595068c325cb6e5c1f3e0417432d7b95318e30da46e3ef7b6

Contents?: true

Size: 394 Bytes

Versions: 9

Compression:

Stored size: 394 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)
- 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

9 entries across 9 versions & 1 rubygems

Version Path
tramway-event-1.6.2 app/views/tramway/event/events/show.html.haml
tramway-event-1.6.1 app/views/tramway/event/events/show.html.haml
tramway-event-1.6 app/views/tramway/event/events/show.html.haml
tramway-event-1.5.4 app/views/tramway/event/events/show.html.haml
tramway-event-1.5.3 app/views/tramway/event/events/show.html.haml
tramway-event-1.5.2 app/views/tramway/event/events/show.html.haml
tramway-event-1.5.1 app/views/tramway/event/events/show.html.haml
tramway-event-1.5 app/views/tramway/event/events/show.html.haml
tramway-event-1.4 app/views/tramway/event/events/show.html.haml