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

6 lines
187 B
Text
Raw Normal View History

.row
.col-md-12.page-header
%h2.text-center Upcoming Conferences
- @current.each do |conference|
2014-08-12 11:51:59 +03:00
= render :partial => "conference_details", :locals => {:conference => conference}