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

fix

parent 66e4c64d
No related branches found
No related tags found
Loading
......@@ -22,7 +22,7 @@ class Extranet::PagesController < Extranet::ApplicationController
@metrics.concat [
{ value: current_extranet.alumni.count, name: University::Person::Alumnus.model_name.human(count: 2) },
{ value: current_extranet.academic_years.count, name: Education::AcademicYear.model_name.human(count: 2) },
{ value: current_extranet.cohorts.count, name: Education::Cohort.model_name.human(count: 2) }
{ value: current_extranet.cohorts.count, name: Education::Cohort.model_name.human(count: 2) },
{ value: current_extranet.about.university_person_alumni_organizations.count, name: University::Organization.model_name.human(count: 2) }
]
end
......
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