Sha256: 074f81984358548440b6e5e79cda9e4882df7e68cae7fc3f7525fef5be62ba55

Contents?: true

Size: 772 Bytes

Versions: 7

Compression:

Stored size: 772 Bytes

Contents

- content_for :title do
  #{@store_organization.name} events, shows, and tickets

.row
  .span8.offset2
    -@events.each do |event|
      .store-event-display{:id => "store-event-display-#{event.id}"}
        .row-fluid
          .span3
            -if event.image?
              =image_tag(event.image.url, :class => "event-image")
          .span9
            #event-header
              %h1=event.name
              %h4=event.subtitle
            %p
              =simple_format event.description
            %p
              =event.venue.name
              %br
              =event.venue.address_as_string
            %p
              =link_to "Buy Tickets", store_event_path(@store_organization.cached_slug, event), :id => 'buy-tickets', :class => 'btn btn-primary'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre3 app/views/store/events/index.html.haml
artfully_ose-1.3.0.pre2 app/views/store/events/index.html.haml
artfully_ose-1.3.0.pre1 app/views/store/events/index.html.haml
artfully_ose-1.2.0 app/views/store/events/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/store/events/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/store/events/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/store/events/index.html.haml