Skip to content
Snippets Groups Projects
Commit ca1a122d authored by pabois's avatar pabois
Browse files

fix l10n

parent 5ac491bb
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ links:
researchers:
<% @about.researchers.in_university(@website.university).each do |researcher| %>
<%
researcher_l10n = researcher.localization_for(language)
researcher_l10n = researcher.localization_for(@website.default_language)
next if researcher_l10n.nil?
%>
- <%= researcher_l10n.slug %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment