Sha256: f78c6686c2525925d903f9cde13050d916b2fdd776eff20f5013621ca9234d01

Contents?: true

Size: 962 Bytes

Versions: 20

Compression:

Stored size: 962 Bytes

Contents

- show_dates ||= false

%article.event
  - if market.image
    .event-media
      = image_tag market.image


  .event-body
    %h3.event-title
      = link_to market_path(market.id) do
        = market.market_title
    - if market.header
      %h4.event-subtitle
        = market.header
        - if market.sub_header
          = market.sub_header

    .event-location
      = link_to area_path(id: market.area_slug) do
        = market.area_title
      .booth-number
        = "Booth ##{FestivityMarketPage.booth_number(market.market_id)}"

    - if show_dates
      .event-date
        %span.time
          = market.start_date.strftime("%A, %B %d")
          = " - "
          = market.end_date.strftime("%A, %B %d")

    .event-description
      %p
        %span.event-genre
          = market.categories.first.name
        = market.short_description
    .event-tags-group
      %ul.event-tags
        %li
          = link_to "Details", market_path(market.id)

Version data entries

20 entries across 20 versions & 1 rubygems

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