idn_app/app/views/public/events/_event.haml
2016-07-29 20:23:40 +02:00

9 lines
275 B
Plaintext
Executable File

%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