From 15e980dd7f1712b9aea5dd4cb643dad469f6d085 Mon Sep 17 00:00:00 2001 From: Michael Kozono Date: Tue, 29 Aug 2017 15:33:43 -0700 Subject: Add "Changing your username" section to docs And link to it from where you change your username. --- app/views/profiles/accounts/show.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/views/profiles/accounts/show.html.haml') 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 -- cgit v1.2.1