pic_vert_app/app/views/public/events/_event.html.haml
Nicolas Bally f0171d336f events
2015-10-23 22:58:32 +02:00

16 lines
345 B
Plaintext

.event
.image=image_tag event.image_file.file.large.medium.url if event.image_file
%h2.date=raw event_human_date(event)
%h1=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)
.clear