jfn_app/app/views/public/events/_event.html.haml
2013-12-09 23:01:30 +01:00

10 lines
270 B
Plaintext

.event
%h3=event.title
%p.date= event_human_date(event)
-if event.image_file
%p
=image_tag(event.image_file.file.large.medium.small.thumb.url, :alt => "Jean François Noblet - Blog écologie")
%p.desc
=simple_format(event.description)