translation, first approach

This commit is contained in:
Stella 2014-05-19 13:17:32 +03:00
parent c78a09cc53
commit 0257c73176
10 changed files with 775 additions and 116 deletions

View file

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