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

12 lines
279 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "SSH Keys"
2014-09-02 18:07:02 +05:30
%h3.page-title
2015-09-11 14:41:01 +05:30
= page_title
2014-09-02 18:07:02 +05:30
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
%p.light
Before you can add an SSH key you need to
2015-04-26 12:48:37 +05:30
= link_to "generate it.", help_page_path("ssh", "README")
2014-09-02 18:07:02 +05:30
%hr
2015-04-26 12:48:37 +05:30
= render 'key_table'