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

5 lines
186 B
Text
Raw Normal View History

.row
.col-md-12.page-header
%h2.text-center Upcoming Conferences
- @current.each do |conference|
2014-05-13 15:34:35 +05:30
= render :partial => "conference_details", :locals => {:conference => conference}