tweaks to homepage
This commit is contained in:
parent
a820896b51
commit
a531e15735
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue