Sha256: 1f94cac57aff5ae391e4ae6b8e8b497dfdb09068eae1c5ac1c66fdee47d5d55f

Contents?: true

Size: 909 Bytes

Versions: 17

Compression:

Stored size: 909 Bytes

Contents

- cache(@area) do
  %header.page-header
    %h1.page-title
      = @area.title
  .content-wrapper
    %section.primary-content
      .event-media
        %img{src: @area.image, alt: "Lead Image"}
      .event-body
        = @area.body
    %section.related-events
      - @area.children.each do |location|
        %article.event
          - if location.image
            .event-media
              = image_tag location.image

          .event-body
            %h3.event-title
              = link_to location_path(location.slug) do
                = location.title
            %h4.event-subtitle
              = location.festivity_address
              %br
              = "#{location.festivity_city}, #{location.festivity_state} #{location.festivity_zip}"
            %h4.event-subtitle
              = link_to  "Events and Directions", location_path(location.slug), class: 'btn btn-default', target: '_blank'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.27 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.26 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.25 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.24 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.23 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.22 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.21 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.20 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.19 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.18 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.17 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.16 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.15 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.14 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.13 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.12 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.11g app/views/festivity_location_areas/show.html.haml