summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: 0904c50c88b99e8fffa697fa317c30786cc2b474 (plain)
1
2
3
4
5
6
7
8
9
10
%h3.page-title
  SSH Keys Settings
  .pull-right
    = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
%p.light
  Before you can add an SSH key you need to
  = link_to "generate it.", help_page_path("ssh", "README")
%hr

= render 'key_table'