osem-fcy/app/views/home/index.html.haml
2014-08-13 22:53:13 +03:00

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}