idn_app/app/views/public/events/_event.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02: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