Link to events on the tag page

This commit is contained in:
echarp 2017-05-07 21:44:24 +02:00
parent 04967a3741
commit 66ce115fc3
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@
- @events_future.order('start_time asc').each do |event|
%article.event
%h3
%em.city= event.city
= event.title
= link_to event do
%em.city= event.city
= event.title
%p.full_address
- if event.place_name.present?
%span= event.place_name