crossey_app/app/views/public/events/_event.html.haml
2013-09-30 17:42:55 +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)