app/views/store/events/index.html.haml in artfully_ose-1.2.0.pre.27 vs app/views/store/events/index.html.haml in artfully_ose-1.2.0
- old
+ new
@@ -10,9 +10,10 @@
-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