Link to events on the tag page
This commit is contained in:
parent
04967a3741
commit
66ce115fc3
@ -36,8 +36,9 @@
|
|||||||
- @events_future.order('start_time asc').each do |event|
|
- @events_future.order('start_time asc').each do |event|
|
||||||
%article.event
|
%article.event
|
||||||
%h3
|
%h3
|
||||||
%em.city= event.city
|
= link_to event do
|
||||||
= event.title
|
%em.city= event.city
|
||||||
|
= event.title
|
||||||
%p.full_address
|
%p.full_address
|
||||||
- if event.place_name.present?
|
- if event.place_name.present?
|
||||||
%span= event.place_name
|
%span= event.place_name
|
||||||
|
Loading…
Reference in New Issue
Block a user