summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2015-11-16 02:01:26 -0800
committerAlex Jordan <alex@strugee.net>2015-11-16 16:50:05 -0800
commit3300db70ff53699732672824859186cd083623fa (patch)
tree98a8e79a3887ad710c8f09651ad5dc62e2598dcc /app/views/users
parent3777b233a35509c4ed13e145624370884468cbc2 (diff)
downloadgitlab-ce-3300db70ff53699732672824859186cd083623fa.tar.gz
Rewrite HTTP links to force TLS, where possible
Diffstat (limited to 'app/views/users')
-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 30992412184..d5a92cb816a 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -32,11 +32,11 @@
= icon('skype')
- unless @user.linkedin.blank?
.profile-link-holder
- = link_to "http://www.linkedin.com/in/#{@user.linkedin}", title: "LinkedIn" do
+ = link_to "https://www.linkedin.com/in/#{@user.linkedin}", title: "LinkedIn" do
= icon('linkedin-square')
- unless @user.twitter.blank?
.profile-link-holder
- = link_to "http://www.twitter.com/#{@user.twitter}", title: "Twitter" do
+ = link_to "https://twitter.com/#{@user.twitter}", title: "Twitter" do
= icon('twitter-square')
- unless @user.website_url.blank?
.profile-link-holder