diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2017-03-08 12:14:02 -0600 |
---|---|---|
committer | Chris Wilson <chris@chrisjwilson.com> | 2017-03-08 12:14:02 -0600 |
commit | 289dd49ef3ec6d99639b8a35d3766f424cb2e022 (patch) | |
tree | 0761067bb54137e7d1542cb5b8b965064aea6bd3 /app/views/projects | |
parent | 3d087956945e91bc19bc6becef6cd8d7157ea03b (diff) | |
download | gitlab-ce-289dd49ef3ec6d99639b8a35d3766f424cb2e022.tar.gz |
Fix inconsistent deploy key documentation in UImrchrisw-update-deploy-key
Deploy keys were added with write access to
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383 - We still
state " Deploy keys allow read-only access to your repository." in the
UI.
This updates the deploy key UI information to reflect the docs
https://docs.gitlab.com/ce/ssh/README.html#deploy-keys
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/deploy_keys/_index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/_index.html.haml b/app/views/projects/deploy_keys/_index.html.haml index 0cbe9b3275a..4cfbd9add00 100644 --- a/app/views/projects/deploy_keys/_index.html.haml +++ b/app/views/projects/deploy_keys/_index.html.haml @@ -3,7 +3,7 @@ %h4.prepend-top-0 Deploy Keys %p - Deploy keys allow read-only 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. + 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 |