Sha256: 553eefcefc6e474da03f2e14accde2a16b7fe5b91ba7f5a9b89f7ea26d92f782

Contents?: true

Size: 1021 Bytes

Versions: 34

Compression:

Stored size: 1021 Bytes

Contents

- cache(@area, base_domain: current_site.base_domain) do
  .location-content
    %header.location-header
      .location-info
        .location-title
          %h1.page-title
            = @area.title
      .location-media
        %img{src: @area.image, alt: "Lead Image"}

    .content-wrapper
      %section.primary-content
        = @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

34 entries across 34 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.6.2 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.6.1 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.6 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.19 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.18 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.17 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.16 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.15 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.14 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.13 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.12 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.11 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.10 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.9 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.8 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.7 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.6 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.5 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.5.4 app/views/festivity_location_areas/show.html.haml