Cleanup CSS add Snap! style block attachments
This commit is contained in:
parent
debefc307a
commit
843ec586ed
16 changed files with 72 additions and 18 deletions
|
|
@ -18,11 +18,11 @@
|
|||
= date_string(conference.start_date, conference.end_date)
|
||||
- if conference.venue
|
||||
%span.venue.text-nowrap
|
||||
- if venue.website
|
||||
- if venue.website.present?
|
||||
= sanitize link_to(venue.name, venue.website)
|
||||
- else
|
||||
= venue.city
|
||||
- if venue.country_name != 'US'
|
||||
- if venue.country != 'US'
|
||||
•
|
||||
= venue.country_name
|
||||
|
||||
|
|
@ -32,3 +32,4 @@
|
|||
.row
|
||||
.col-md-8.col-md-offset-2
|
||||
= markdown(conference.description)
|
||||
.trapezoid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue