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

15 lines
214 B
Plaintext

%h3=event.title
%p
= event_human_date(event)
-if event.description and event.description != ""
%p=simple_format(event.description)
=link_to "En savoir plus", public_event_path(event)
%br
%br