pw_app/app/views/public/events/_event.haml
Nicolas Bally 2a1d9dadc7 initial
2015-10-26 15:00:29 +01:00

9 lines
275 B
Plaintext

%a{:href => public_event_path(event.slug)}
.event
=image_tag event.image_file.file.large.medium.small.url if event.image_file
.date
=l event.start_at, :format => :date if event.start_at
%h3= event.title
=simple_format event.description
.clear