gitlab-org--gitlab-foss/app/views/profiles/keys/index.html.haml
2013-07-31 17:39:57 +03:00

22 lines
534 B
Text

%h3.page-title
My SSH keys
%p.light
SSH key allows you to establish a secure connection between your computer and GitLab
%br
Before you can add ssh key you need to
= link_to "generate it", help_ssh_path
%hr
.ui-box
.title
SSH Keys (#{@keys.count})
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-small btn-primary"
%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.