Using new accessor for city, country_name, venue name & street

This commit is contained in:
Espartaco Palma 2020-01-23 21:43:44 -08:00 committed by Henne Vogelsang
parent fd2635509f
commit f5986f4160
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
4 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@
= date_string(conference.start_date, conference.end_date)
- if conference.venue
%p
= "#{conference.venue.city}/#{conference.venue.country_name}"
= "#{conference.city}/#{conference.country_name}"
- unless conference.description.blank?
%p
= markdown(conference.description)