summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
blob: 06655f7ba3a2168d2a6087fdc37b53c926d06373 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title "SSH Keys"
%h3.page-title
  = page_title
  .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'