12 lines
360 B
Text
12 lines
360 B
Text
%h3.page-title
|
|
My SSH keys (#{@keys.count})
|
|
.pull-right
|
|
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
|
|
%p.light
|
|
SSH keys allow you to establish a secure connection between your computer and GitLab
|
|
%br
|
|
Before you can add an SSH key you need to
|
|
= link_to "generate it", help_page_path("ssh", "ssh")
|
|
%hr
|
|
|
|
= render 'key_table'
|