summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: 14adba1c797e61b53f298e769515a11d4738da4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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'