Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « keys « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'