LinkedIn API: Display education only if user listed that on their linkedin profile.

Fixes #138
This commit is contained in:
Sahat Yalkabov
2014-04-25 13:51:10 -04:00
parent c44b941ba4
commit 18d13b67e1

View File

@ -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}