gitlab-org--gitlab-foss/app/views/profiles/keys/index.html.haml

12 lines
279 B
Plaintext
Raw Normal View History

2015-04-30 17:06:18 +00:00
- page_title "SSH Keys"
2013-07-31 14:39:57 +00:00
%h3.page-title
= page_title
.pull-right
= link_to "Add SSH Key", new_profile_key_path, class: "btn btn-new"
2013-06-24 16:25:10 +00:00
%p.light
Before you can add an SSH key you need to
= link_to "generate it.", help_page_path("ssh", "README")
2013-07-31 14:39:57 +00:00
%hr
2011-10-08 21:36:38 +00:00
= render 'key_table'