Sha256: 0a358092107f78e58978792b084f722f9f505cbdaf61b5bc24d4715f72fed311

Contents?: true

Size: 550 Bytes

Versions: 18

Compression:

Stored size: 550 Bytes

Contents

.row
  .span8.offset2
    -@events.each do |event|
      .store-event-display{:id => "event_#{event.id}"}
        .row-fluid
          .span3
            -if event.image?
              =image_tag(event.image.url, :class => "event-image")
          .span9
            %h2=event.name
            %p
              =event.description
            %p
              =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

18 entries across 18 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.19 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.11 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre app/views/store/events/index.html.haml