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

13 lines
348 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "SSH Keys"
2015-09-25 12:07:36 +05:30
- header_title page_title, profile_keys_path
.gray-content-block.top-block
2014-09-02 18:07:02 +05:30
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
2015-09-25 12:07:36 +05:30
.oneline
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
.prepend-top-default
2015-04-26 12:48:37 +05:30
= render 'key_table'