Skip to content

Commit

Permalink
Add link/unlink LinkedIn to profile template
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Feb 27, 2014
1 parent f1665f8 commit cb60281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions views/account/profile.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb60281

Please sign in to comment.