16 lines
330 B
Plaintext
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)
|
|
|
|
|