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}
|
||||
| at
|
||||
| #{company.company.name}
|
||||
dt.text-muted Education
|
||||
for education in profile.educations.values
|
||||
dd= education.schoolName
|
||||
if profile.educations
|
||||
dt.text-muted Education
|
||||
for education in profile.educations.values
|
||||
dd= education.schoolName
|
||||
dt.text-muted Recommendations
|
||||
dd
|
||||
strong #{profile.numRecommenders}
|
||||
|
Reference in New Issue
Block a user