pic_vert_app/app/views/public/events/_event.html.haml
Nicolas Bally 9ba5131417 event
2015-10-21 16:56:48 +02:00

16 lines
330 B
Plaintext

= event_human_date(event)
.event
.image=image_tag event.image_file.file.large.medium.url if event.image_file
%strong=event.title
-if event.description and event.description != ""
=simple_format event.description
-if event.block.portlets.size > 0
%br=link_to "En savoir plus", public_event_path(event)