Sha256: 8442c8dd9186307ef7e9f38c9a393773dcaa9feed8440390b451f8c97324f88a

Contents?: true

Size: 725 Bytes

Versions: 3

Compression:

Stored size: 725 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
            %p
              =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

3 entries across 3 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.21 app/views/store/events/index.html.haml
artfully_ose-1.2.0.pre.20 app/views/store/events/index.html.haml