app/views/store/events/index.html.haml in artfully_ose-1.2.0.pre.19 vs app/views/store/events/index.html.haml in artfully_ose-1.2.0.pre.20
- old
+ new
@@ -1,16 +1,22 @@
+- content_for :title do
+ #{@store_organization.name} events, shows, and tickets
+
.row
.span8.offset2
-@events.each do |event|
- .store-event-display{:id => "event_#{event.id}"}
+ .store-event-display{:id => "store-event-display-#{event.id}"}
.row-fluid
.span3
-if event.image?
=image_tag(event.image.url, :class => "event-image")
.span9
- %h2=event.name
+ #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'
\ No newline at end of file
+ =link_to "Buy Tickets", store_event_path(@store_organization.cached_slug, event), :id => 'buy-tickets', :class => 'btn btn-primary'