app/views/store/events/index.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/store/events/index.html.haml in artfully_ose-1.2.0.pre
- old
+ new
@@ -1,23 +1,16 @@
-- 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}"}
+ .store-event-display{:id => "event_#{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
+ %h2=event.name
%p
- =simple_format event.description
+ =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'
+ =link_to "Buy Tickets", store_event_path(@store_organization.cached_slug, event), :id => 'buy-tickets', :class => 'btn btn-primary'
\ No newline at end of file