2015-09-11 14:41:01 +05:30
|
|
|
- page_title "SSH Keys"
|
2015-09-25 12:07:36 +05:30
|
|
|
- header_title page_title, profile_keys_path
|
|
|
|
|
|
|
|
.gray-content-block.top-block
|
2014-09-02 18:07:02 +05:30
|
|
|
.pull-right
|
2015-12-23 02:04:40 +05:30
|
|
|
= link_to new_profile_key_path, class: "btn btn-new" do
|
|
|
|
= icon('plus')
|
|
|
|
Add SSH Key
|
2015-09-25 12:07:36 +05:30
|
|
|
.oneline
|
|
|
|
Before you can add an SSH key you need to
|
|
|
|
= link_to "generate it.", help_page_path("ssh", "README")
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.prepend-top-default
|
2015-04-26 12:48:37 +05:30
|
|
|
= render 'key_table'
|