Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 13:38:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 13:38:59 +0400
commitd83cf1002125ef81e758d83764bb0a4785a67244 (patch)
tree5f0e657e252cd09ed78f221822ea80d9fc255ce8 /app
parent9d63bd1e63669eac7955bf1c0620198154bfba4f (diff)
parentf60486a0c42a7167d283bc64a8fbcdb0fa5533a2 (diff)
Merge pull request #3765 from axilleas/typo
Fixed typo in app/views/deploy_keys/index.html.haml
Diffstat (limited to 'app')
-rw-r--r--app/views/deploy_keys/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/deploy_keys/index.html.haml b/app/views/deploy_keys/index.html.haml
index 66a8d3b7b7b..8fa9d5f3bca 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