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

23 lines
519 B
Plaintext
Raw Normal View History

2013-07-31 14:39:57 +00:00
%h3.page-title
My SSH keys
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
2013-06-24 16:25:10 +00:00
%p.light
SSH keys allow you to establish a secure connection between your computer and GitLab
2013-07-31 14:39:57 +00:00
%br
Before you can add an SSH key you need to
2013-06-24 16:25:10 +00:00
= link_to "generate it", help_ssh_path
2013-07-31 14:39:57 +00:00
%hr
2011-10-08 21:36:38 +00:00
2013-06-24 16:25:10 +00:00
.ui-box
2013-07-13 17:36:21 +00:00
.title
2013-06-24 16:25:10 +00:00
SSH Keys (#{@keys.count})
%ul.well-list#keys-table
= render @keys
- if @keys.blank?
%li
%h3.nothing_here_message There are no SSH keys with access to your account.