tweaks to homepage

This commit is contained in:
Stephanie Wilkinson 2017-09-29 14:46:32 -07:00
parent a820896b51
commit a531e15735
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
= date_string(conference.start_date, conference.end_date)
- if conference.venue
%p
= "#{conference.venue.city}/#{conference.venue.country_name}"
= "#{conference.venue.name} / #{conference.venue.city}"
- unless conference.description.blank?
%p
= markdown(conference.description)

View file

@ -2,7 +2,7 @@
.row
.col-md-12
.page-header
%h2 Upcoming Conferences
%h2 Upcoming Events
- @current.each do |conference|
= render partial: 'conference_details', locals: { conference: conference }
-if @antiquated and @antiquated.any?