Fix venue information city/country display
This commit is contained in:
parent
9fb26f880d
commit
f28f1fd9b3
1 changed files with 4 additions and 3 deletions
|
|
@ -28,9 +28,10 @@
|
|||
= markdown(venue.description)
|
||||
.col-md-6
|
||||
%h2
|
||||
= venue.city
|
||||
\/
|
||||
= venue.country_name
|
||||
%span>= venue.city
|
||||
- if conference.city and conference.country_name
|
||||
\/
|
||||
%span>= venue.country_name
|
||||
%address
|
||||
= venue.street
|
||||
%br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue