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