translation, first approach
This commit is contained in:
parent
c78a09cc53
commit
0257c73176
10 changed files with 775 additions and 116 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue