diff options
author | Ben Carson <contact@bencarson.net> | 2015-03-09 16:45:35 -0400 |
---|---|---|
committer | Ben Carson <contact@bencarson.net> | 2015-03-10 11:07:31 -0400 |
commit | ee45fa89b62bd11b397f84e9ed42ee78dadabd20 (patch) | |
tree | 21b0994ed108a06770ad82550f9b68b992b0bf05 | |
parent | e89ffd546eafad4e03ce5b17b5c9147b70afeedc (diff) | |
download | gitlab-ce-ee45fa89b62bd11b397f84e9ed42ee78dadabd20.tar.gz |
Added a link_to for the LinkedIn portion of the user's profile. It felt odd to me, having this section not being an active link like the rest of the entries on the page.
-rw-r--r-- | app/views/users/_profile.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_profile.html.haml b/app/views/users/_profile.html.haml index 3b44959baad..0a70b738071 100644 --- a/app/views/users/_profile.html.haml +++ b/app/views/users/_profile.html.haml @@ -12,7 +12,7 @@ - unless user.linkedin.blank? %li %span.light LinkedIn: - %strong= user.linkedin + %strong= link_to user.linkedin, "http://www.linkedin.com/in/#{user.linkedin}" - unless user.twitter.blank? %li %span.light Twitter: |