2016-03-01 22:54:52 +01:00
|
|
|
%li.event{ title: display_date(event) }
|
|
|
|
- if event.locality?
|
|
|
|
%em.locality.fa.fa-globe
|
2018-03-17 16:22:36 +01:00
|
|
|
- if event.tags.any? { |t| t.name.include? 'libre-en-fete' }
|
2016-03-01 22:54:52 +01:00
|
|
|
= image_tag 'lef-small.png', alt: 'LEF', width: 16, height: 16
|
|
|
|
= link_to event do
|
|
|
|
%strong.city{ title: event.address }= event.city
|
|
|
|
= event.title
|
2018-09-23 18:06:52 +02:00
|
|
|
- if event.repeat&.positive?
|
2016-09-17 17:19:41 +02:00
|
|
|
%em.fa.fa-repeat{ title: event.schedule }
|