Skip to content
Snippets Groups Projects
Unverified Commit 4b424013 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent a717f6a2
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ module Communication::Website::WithAbouts
def people
@people ||= (
posts.collect(&:author) +
programs.collect(&:people).flatten
programs.collect(&:university_people_through_teachers).flatten
# TODO researchers via articles
).uniq.compact
end
......
......@@ -20,8 +20,8 @@ fr:
one: École
other: Écoles
education/school/administrator:
one: Administrateur·trice
other: Administrateurs·trices
one: Équipe administrative
other: Équipe administrative
attributes:
education/program:
accessibility: Accessibilité
......@@ -60,7 +60,7 @@ fr:
person: Personne
education/school:
address: Adresse
administrators: Administrateurs·trices
administrators: Équipe administrative
city: Ville
country: Pays
name: Nom
......
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