13 lines
246 B
Plaintext
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
|
|
|
|
|
|
|