[feat]Display description and happening now in two columns; display happening now first in sm view

This commit is contained in:
Jimmy 2021-04-07 17:55:20 +08:00 committed by CactusPuppy
parent 26ddb198a1
commit f320f3202a
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 23 additions and 23 deletions

View file

@ -26,11 +26,3 @@
- if venue.country != 'US'
•
= venue.country_name
- unless conference.description.blank?
%section#about
.container
.row
.col-md-8.col-md-offset-2
= markdown(conference.description, escape_html=false)
.trapezoid