This commit is contained in:
Morgan Murrah 2024-11-15 08:00:11 +08:00 committed by GitHub
commit d4872b8d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@
%h2 Upcoming Conferences %h2 Upcoming Conferences
- @current.each do |conference| - @current.each do |conference|
= render '/conferences/conference_details', conference: conference = render '/conferences/conference_details', conference: conference
- if @current.empty?
%h4 No Upcoming Conference Scheduled
- if @antiquated and @antiquated.any? - if @antiquated and @antiquated.any?
.row .row
.col-md-12 .col-md-12
@ -18,6 +20,7 @@
#antiquated.collapse #antiquated.collapse
- @antiquated.each do |conference| - @antiquated.each do |conference|
= render '/conferences/conference_details', conference: conference = render '/conferences/conference_details', conference: conference
- if !@current.empty?
%p %p
Add the events to your calendar: Add the events to your calendar:
%span.btn-group %span.btn-group