Sha256: 4449278b273a822f90c4cdc7d6b990577e0fa9dfc9112c9031644d7b6a5fc754
Contents?: true
Size: 1.03 KB
Versions: 16
Compression:
Stored size: 1.03 KB
Contents
- cache(@location, base_domain: current_site.base_domain) do %header.page-header %h1.page-title = @location.title %h3.page-subtitle =link_to area_path(id: @location.parent.slug) do = @location.parent.title .content-wrapper %section.primary-content %h4.tertiary-title = @location.festivity_address %br = "#{@location.festivity_city}, #{@location.festivity_state} #{@location.festivity_zip}" - unless @location.festivity_directions_url.blank? %p = link_to "Directions", "#{@location.festivity_directions_url}", class: 'btn btn-default', target: '_blank' .event-media %img{src: @location.image, alt: "Lead Image"} - if @location_events.events.any? %section.related-events %h3 Events at = @location.title - cache(@location_events.events, base_domain: current_site.base_domain) do - @location_events.events.each do |event| = render partial: 'festivity_events/event', locals: {event: event}
Version data entries
16 entries across 16 versions & 1 rubygems