LinkedIn API: Display education only if user listed that on their linkedin profile.
Fixes #138
This commit is contained in:
@ -46,9 +46,10 @@ block content
|
|||||||
| #{company.title}
|
| #{company.title}
|
||||||
| at
|
| at
|
||||||
| #{company.company.name}
|
| #{company.company.name}
|
||||||
dt.text-muted Education
|
if profile.educations
|
||||||
for education in profile.educations.values
|
dt.text-muted Education
|
||||||
dd= education.schoolName
|
for education in profile.educations.values
|
||||||
|
dd= education.schoolName
|
||||||
dt.text-muted Recommendations
|
dt.text-muted Recommendations
|
||||||
dd
|
dd
|
||||||
strong #{profile.numRecommenders}
|
strong #{profile.numRecommenders}
|
||||||
|
Reference in New Issue
Block a user