2013-07-31 10:39:57 -04:00
|
|
|
%h3.page-title
|
|
|
|
My SSH keys
|
2013-08-01 15:35:40 -04:00
|
|
|
.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
|
2013-08-15 14:31:00 -04:00
|
|
|
SSH keys allow you to establish a secure connection between your computer and GitLab
|
2013-07-31 10:39:57 -04:00
|
|
|
%br
|
2013-08-15 14:31:00 -04:00
|
|
|
Before you can add an SSH key you need to
|
2014-05-28 09:58:02 -04:00
|
|
|
= link_to "generate it", help_page_path("ssh", "README")
|
2013-07-31 10:39:57 -04:00
|
|
|
%hr
|
2011-10-08 17:36:38 -04:00
|
|
|
|
2013-06-24 12:25:10 -04:00
|
|
|
|
2014-05-29 11:42:44 -04:00
|
|
|
.panel.panel-default
|
2014-05-29 11:43:21 -04:00
|
|
|
.panel-heading
|
2013-06-24 12:25:10 -04:00
|
|
|
SSH Keys (#{@keys.count})
|
|
|
|
%ul.well-list#keys-table
|
|
|
|
= render @keys
|
|
|
|
- if @keys.blank?
|
|
|
|
%li
|
2014-02-20 06:51:22 -05:00
|
|
|
.nothing-here-block There are no SSH keys with access to your account.
|
2013-06-24 12:25:10 -04:00
|
|
|
|
2012-06-11 01:52:44 -04:00
|
|
|
|