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

23 lines
638 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "SSH Keys"
2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
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
2017-09-10 17:25:29 +05:30
.col-lg-4.profile-settings-sidebar
2016-06-02 11:05:42 +05:30
%h4.prepend-top-0
= page_title
%p
SSH keys allow you to establish a secure connection between your computer and GitLab.
2017-09-10 17:25:29 +05:30
.col-lg-8
2016-06-02 11:05:42 +05:30
%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})
2017-08-17 22:00:37 +05:30
.append-bottom-default
2016-06-02 11:05:42 +05:30
= render 'key_table'