Merge 8264cee099 into 55943db57f
This commit is contained in:
commit
d4872b8d02
1 changed files with 9 additions and 6 deletions
|
|
@ -5,6 +5,8 @@
|
|||
%h2 Upcoming Conferences
|
||||
- @current.each do |conference|
|
||||
= render '/conferences/conference_details', conference: conference
|
||||
- if @current.empty?
|
||||
%h4 No Upcoming Conference Scheduled
|
||||
- if @antiquated and @antiquated.any?
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
@ -18,6 +20,7 @@
|
|||
#antiquated.collapse
|
||||
- @antiquated.each do |conference|
|
||||
= render '/conferences/conference_details', conference: conference
|
||||
- if !@current.empty?
|
||||
%p
|
||||
Add the events to your calendar:
|
||||
%span.btn-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue