summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tim@tpmgames.com>2017-04-26 07:55:46 +0200
committerTim Zallmann <tim@tpmgames.com>2017-04-26 07:55:46 +0200
commitd781d8daea087898b36e0961e4966cbf1c6a8ce6 (patch)
tree3d0eb63cd965f1940c6c26af32075e6663e30266
parent1005389f70070245092c1ae5f3f9b10b8e7c102e (diff)
downloadgitlab-ce-d781d8daea087898b36e0961e4966cbf1c6a8ce6.tar.gz
Replacing Base URL's if they have been entered into the profile
-rw-r--r--app/views/users/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 03e5dd97405..075f78bca23 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -56,11 +56,11 @@
= icon('skype')
- unless @user.linkedin.blank?
.profile-link-holder.middle-dot-divider
- = link_to "https://www.linkedin.com/in/#{@user.linkedin}", title: "LinkedIn" do
+ = link_to "https://www.linkedin.com/in/#{@user.linkedin.gsub(/https:\/\/www.linkedin.com\/in\//i,"")}", title: "LinkedIn" do
= icon('linkedin-square')
- unless @user.twitter.blank?
.profile-link-holder.middle-dot-divider
- = link_to "https://twitter.com/#{@user.twitter}", title: "Twitter" do
+ = link_to "https://twitter.com/#{@user.twitter.gsub(/https:\/\/twitter.com\//i,"")}", title: "Twitter" do
= icon('twitter-square')
- unless @user.website_url.blank?
.profile-link-holder.middle-dot-divider