osem-fcy/app/views/home/index.html.haml

7 lines
208 B
Text
Raw Normal View History

.container
.row
.col-md-12.page-header
%h2.text-center Upcoming Conferences
- @current.each do |conference|
= render :partial => "conference_details", :locals => {:conference => conference}