debian-mirror-gitlab/app/views/profiles/keys/index.html.haml
2015-09-25 12:07:36 +05:30

12 lines
348 B
Text

- page_title "SSH Keys"
- header_title page_title, profile_keys_path
.gray-content-block.top-block
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
.oneline
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")
.prepend-top-default
= render 'key_table'