Add link/unlink LinkedIn to profile template

pull/2/head
Sahat Yalkabov 2014-02-27 13:10:50 -05:00
parent c95ee75eee
commit af4a2a33f6
1 changed files with 6 additions and 0 deletions

View File

@ -98,3 +98,9 @@ block content
p: a.text-danger(href='/account/unlink/github') Unlink your GitHub account
else
p: a(href='/auth/github') Link your GitHub account
if secrets.linkedinAuth
if user.linkedin
p: a.text-danger(href='/account/unlink/linkedin') Unlink your LinkedIn account
else
p: a(href='/auth/linkedin') Link your LinkedIn account