gitlab-org--gitlab-foss/app/views/projects/deploy_keys/_index.html.haml

14 lines
549 B
Text
Raw Normal View History

.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
%h4.prepend-top-0
Deploy Keys
%p
Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one.
.col-lg-9
%h5.prepend-top-0
Create a new deploy key for this project
2017-01-31 09:12:02 -05:00
= render @deploy_keys.form_partial_path
.col-lg-9.col-lg-offset-3
%hr
#js-deploy-keys{ data: { endpoint: namespace_project_deploy_keys_path } }