2014-09-02 18:07:02 +05:30
|
|
|
%h3.page-title
|
2015-04-26 12:48:37 +05:30
|
|
|
SSH Keys Settings
|
2014-09-02 18:07:02 +05:30
|
|
|
.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
|
2015-04-26 12:48:37 +05:30
|
|
|
= link_to "generate it.", help_page_path("ssh", "README")
|
2014-09-02 18:07:02 +05:30
|
|
|
%hr
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
= render 'key_table'
|