osem-fcy/app/views/home/index.html.haml
2014-05-19 13:17:32 +03:00

6 lines
200 B
Text

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