diff --git a/app/views/deploy_keys/index.html.haml b/app/views/deploy_keys/index.html.haml index 66a8d3b7b7be7eccc4c82a30d914dea5e381bfb9..8fa9d5f3bcad09fb6250ba7d0c4d4d94f95b6171 100644 --- a/app/views/deploy_keys/index.html.haml +++ b/app/views/deploy_keys/index.html.haml @@ -1,7 +1,7 @@ = render "projects/settings_nav" %p.slead - Deploy keys allow read-only access to repository. They can be used for for CI, staging or production servers. A deploy key can be added to only one project. If you need to add the same key to multiple projects you can create a deploy user and add that user to multiple projects. + Deploy keys allow read-only access to repository. They can be used for CI, staging or production servers. A deploy key can be added to only one project. If you need to add the same key to multiple projects you can create a deploy user and add that user to multiple projects. - if can? current_user, :admin_project, @project = link_to new_project_deploy_key_path(@project), class: "btn btn-small", title: "New Deploy Key" do