mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
5 lines
187 B
Text
5 lines
187 B
Text
.row
|
|
.col-md-12.page-header
|
|
%h2.text-center Upcoming Conferences
|
|
- @current.each do |conference|
|
|
= render :partial => "conference_details", :locals => {:conference => conference}
|