Minor fixes

This commit is contained in:
Sasi Olin 2022-05-20 16:09:31 +02:00
parent c052f59b0a
commit 9fb26f880d
5 changed files with 12 additions and 9 deletions

View file

@ -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)