BigW Consortium Gitlab

index.html.haml 348 Bytes
Newer Older
1
- page_title "SSH Keys"
2 3 4
- header_title page_title, profile_keys_path

.gray-content-block.top-block
5 6
  .pull-right
    = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
7 8 9
  .oneline
    Before you can add an SSH key you need to
    = link_to "generate it.", help_page_path("ssh", "README")
gitlabhq committed
10

11
.prepend-top-default
12
= render 'key_table'