Sha256: 1c8415108dd96a9d112e463dcf90140de807cb404f80bba00872d0a81dcebf25
Contents?: true
Size: 1.74 KB
Versions: 20
Compression:
Stored size: 1.74 KB
Contents
%header.page-header %h1.page-title = @market.title - if @market.header %h3.page-subtitle = @market.header .content-wrapper %section.primary-content - if @market.sub_header %h4.tertiary-title = @market.sub_header .event-media %img{src: @market.image, alt: "Lead Image"} .event-body .event-body-text.event-long-description = @market.body %aside.secondary-content .callout.location %h3.callout-title Area .location-links = link_to area_path(id: @market.area) do = @market.area.title .booth-number = "Booth ##{@market.booth_number}" .callout.dates %h3.callout-title Dates/Times .date-range %span.day = @market.market_start_date.strftime("%A, %B %d") = " - " = @market.market_end_date.strftime("%A, %B %d") - if @market.has_social? .callout.connect %h3.callout-title Connect with this artist %ul - if @market.has_twitter? %li = link_to @market.artist_twitter, target: "_blank" do %span.icon-twitter{:data => {'grunticon-embed' => true}} %span.icon-text Twitter - if @market.has_facebook? %li = link_to @market.artist_facebook, target: "_blank" do %span.icon-facebook{:data => {'grunticon-embed' => true}} %span.icon-text Facebook - if @market.has_homepage? %li = link_to @market.artist_homepage, target: "_blank" do %span.icon-external-link{:data => {'grunticon-embed' => true}} %span.icon-text Homepage
Version data entries
20 entries across 20 versions & 1 rubygems