Minor fixes
This commit is contained in:
parent
c052f59b0a
commit
9fb26f880d
5 changed files with 12 additions and 9 deletions
|
|
@ -12,10 +12,10 @@
|
|||
= date_string(conference.start_date, conference.end_date)
|
||||
- if conference.venue
|
||||
%p
|
||||
>= conference.city
|
||||
%span>= conference.city
|
||||
- if conference.city and conference.country_name
|
||||
\/
|
||||
>= conference.country_name
|
||||
%span>= conference.country_name
|
||||
- unless conference.description.blank?
|
||||
%p
|
||||
= markdown(conference.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue