Using new accessor for city, country_name, venue name & street
This commit is contained in:
parent
fd2635509f
commit
f5986f4160
4 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue