Icons for global event and "libre en fete" can be added and seen together
Closes #122
This commit is contained in:
parent
803dfc94a3
commit
08e53af140
@ -1,7 +1,7 @@
|
||||
%li.event{ title: display_date(event) }
|
||||
- if event.locality?
|
||||
%em.locality.fa.fa-globe
|
||||
- elsif event.tags.any? { |t| t.name.include? 'libre-en-fete' }
|
||||
- if event.tags.any? { |t| t.name.include? 'libre-en-fete' }
|
||||
= image_tag 'lef-small.png', alt: 'LEF', width: 16, height: 16
|
||||
= link_to event do
|
||||
%strong.city{ title: event.address }= event.city
|
||||
|
Loading…
Reference in New Issue
Block a user