Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorBrendan O'Leary 🐢 <boleary@gitlab.com>2018-03-05 22:19:21 +0300
committerDouwe Maan <douwe@gitlab.com>2018-03-05 22:19:21 +0300
commit4990bcc51036a0e0423261a4c846d1afdad3898c (patch)
treec624a66d9f9c7d86512d78a65a1a848548654460 /app/views
parent650d758f056237a46b5be3cae13d4f4c9e07cbb8 (diff)
Resolve "SSH key add text"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profiles/keys/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index 457583cfd35..1e206def7ee 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -12,7 +12,9 @@
Add an SSH key
%p.profile-settings-content
Before you can add an SSH key you need to
- = link_to "generate it.", help_page_path("ssh/README")
+ = link_to "generate one", help_page_path("ssh/README", anchor: 'generating-a-new-ssh-key-pair')
+ or use an
+ = link_to "existing key.", help_page_path("ssh/README", anchor: 'locating-an-existing-ssh-key-pair')
= render 'form'
%hr
%h5