Resolve "SSH key add text"

This commit is contained in:
Brendan O'Leary 🐢 2018-03-05 19:19:21 +00:00 committed by Douwe Maan
parent 650d758f05
commit 4990bcc510
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Update SSH key link to include existing keys
merge_request:
author: Brendan O'Leary
type: changed