Sha256: 5f56b0309fe1407bd5415affdffa13a73bce079da7d676c0a988f8bf1f984bba

Contents?: true

Size: 955 Bytes

Versions: 31

Compression:

Stored size: 955 Bytes

Contents

- cache(@area) do
  .container
    .row
      .landing-page-header.col-xs-12.location-landing-page-header{style: "background-image: url('#{@area.image}')"}
        %h1.landing-page-header__title
          = @area.title

    .row
      .col-xs-12.col-md-12
        %h2.landing-page-intro
          = @area.body

      - @area.children.each do |location|

        .col-xs-12.col-md-4.landing-page-plug
          .map-thumb
            %a{href:location_path(location.slug)}
              %img{src: location.image, alt: location.title}
          %h3.strong
            %a{href:location_path(location.slug)}
              = location.title
          %p
            = location.festivity_address
            %br
            = "#{location.festivity_city}, #{location.festivity_state} #{location.festivity_zip}"
          %p
            = location.short_description
          %a.btn.btn-default{href: location_path(location.slug) }
            Events and Directions

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.10 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.9 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.8 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.7 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.6 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.5 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.4 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.3 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.2 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.1 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.3.0 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.9 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.8 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.7 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.6 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.5 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.4 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.3 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.2 app/views/festivity_location_areas/show.html.haml
trusty-festivity-extension-2.2.1 app/views/festivity_location_areas/show.html.haml