gitlab-org--gitlab-foss/app/views/profiles/keys/index.html.haml

13 lines
360 B
Text
Raw Normal View History

2013-07-31 10:39:57 -04:00
%h3.page-title
My SSH keys (#{@keys.count})
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
2013-06-24 12:25:10 -04:00
%p.light
SSH keys allow you to establish a secure connection between your computer and GitLab
2013-07-31 10:39:57 -04:00
%br
Before you can add an SSH key you need to
= link_to "generate it", help_page_path("ssh", "ssh")
2013-07-31 10:39:57 -04:00
%hr
2011-10-08 17:36:38 -04:00
= render 'key_table'