2016-03-01 22:54:52 +01:00
|
|
|
%li.event{ title: display_date(event) }
|
|
|
|
- if event.locality?
|
|
|
|
%em.locality.fa.fa-globe
|
2016-04-08 18:17:54 +02:00
|
|
|
- elsif event.tags && event.tags.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
|
2016-09-11 17:40:49 +02:00
|
|
|
- if event.repeat > 0
|
|
|
|
%em.fa.fa-repeat(title="#{event.repeat} - #{t event.rule, scope: 'activerecord.attributes.event.rule_values'}")
|