php_app/app/views/public/events/_event.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +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