pic_vert_app/app/views/public/events/_event.html.haml
Nicolas Bally 6ac6f91d8f agenda
2015-10-21 15:06:43 +02:00

16 lines
294 B
Plaintext

= event_human_date(event)
%ul
%li
%strong=event.title
-if event.description and event.description != ""
=":"
= truncate(event.description, :length => 150)
-if event.block.portlets.size > 0
%br=link_to "En savoir plus", public_event_path(event)