debian-mirror-gitlab/app/views/profiles/keys/index.html.haml

22 lines
579 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "SSH Keys"
2016-09-29 09:46:39 +05:30
= render 'profiles/head'
2015-09-25 12:07:36 +05:30
2016-06-02 11:05:42 +05:30
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
= page_title
%p
SSH keys allow you to establish a secure connection between your computer and GitLab.
.col-lg-9
%h5.prepend-top-0
Add an SSH key
%p.profile-settings-content
Before you can add an SSH key you need to
2016-08-24 12:49:21 +05:30
= link_to "generate it.", help_page_path("ssh/README")
2016-06-02 11:05:42 +05:30
= render 'form'
%hr
%h5
Your SSH keys (#{@keys.count})
%div.append-bottom-default
= render 'key_table'