summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: c9a6a93f54533eb93f1bbfeb1d3ce60adfaea1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "SSH Keys"
- header_title page_title, profile_keys_path

.top-area
  .nav-text
    Before you can add an SSH key you need to
    = link_to "generate it.", help_page_path("ssh", "README")
  .nav-controls
    = link_to new_profile_key_path, class: "btn btn-new" do
      = icon('plus')
      Add SSH Key

.prepend-top-default
= render 'key_table'