summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Carson <contact@bencarson.net>2015-03-09 16:45:35 -0400
committerBen Carson <contact@bencarson.net>2015-03-10 11:07:31 -0400
commitee45fa89b62bd11b397f84e9ed42ee78dadabd20 (patch)
tree21b0994ed108a06770ad82550f9b68b992b0bf05
parente89ffd546eafad4e03ce5b17b5c9147b70afeedc (diff)
downloadgitlab-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.haml2
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: