pic_vert_app/app/views/public/events/_event_mini.html.haml
2015-11-22 13:46:41 +01:00

13 lines
246 B
Plaintext

=link_to public_event_path(event), :class => "event_mini_link" do
.event_mini
.image=image_tag event.image_file.file.square.url if event.image_file
%p.date
=raw event_human_date(event)
%h2=event.title
.clear