Le nom des villes apparait comme sur l'agenda original
This commit is contained in:
parent
60dfb82c00
commit
2da217e4b1
@ -24,7 +24,7 @@
|
||||
%ul.events
|
||||
%li.event
|
||||
= link_to event do
|
||||
%strong= event.city
|
||||
%strong= event.city.gsub('-', ' ')
|
||||
= event.title
|
||||
|
||||
- else
|
||||
@ -33,7 +33,7 @@
|
||||
%ul.events
|
||||
%li.event
|
||||
= link_to event do
|
||||
%strong= event.city
|
||||
%strong= event.city.gsub('-', ' ')
|
||||
= event.title
|
||||
|
||||
.formats
|
||||
|
Loading…
Reference in New Issue
Block a user