summaryrefslogtreecommitdiff
path: root/app/views/profiles/accounts/show.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-09-20 08:00:08 +0000
committerDouwe Maan <douwe@gitlab.com>2017-09-20 08:00:08 +0000
commit020196a26c8cd2f6e4546b59ee4f22a4df0defbf (patch)
tree4049f12a77f15a1f2c2631c0112192936a741114 /app/views/profiles/accounts/show.html.haml
parent545f7c01875ae069cf4e6955fda46715b20367c8 (diff)
parenta7aad63370951e0137dc6a6b99f7d2607e753f82 (diff)
downloadgitlab-ce-020196a26c8cd2f6e4546b59ee4f22a4df0defbf.tar.gz
Merge branch 'mk-clarify-moving-namespaces' into 'master'
Clarify how to rename username or group path See merge request gitlab-org/gitlab-ce!13914
Diffstat (limited to 'app/views/profiles/accounts/show.html.haml')
-rw-r--r--app/views/profiles/accounts/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml
index 5d778d67ae7..8abbd828032 100644
--- a/app/views/profiles/accounts/show.html.haml
+++ b/app/views/profiles/accounts/show.html.haml
@@ -74,7 +74,9 @@
%h4.prepend-top-0.warning-title
Change username
%p
- Changing your username will change path to all personal projects!
+ Changing your username can have unintended side effects.
+ = succeed '.' do
+ = link_to 'Learn more', help_page_path('user/profile/index', anchor: 'changing-your-username'), target: '_blank'
.col-lg-8
= form_for @user, url: update_username_profile_path, method: :put, html: {class: "update-username"} do |f|
.form-group