debian-mirror-gitlab/app/views/profiles/keys/index.html.haml
2015-04-26 09:18:37 +02:00

10 lines
260 B
Text

%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'