Commit f60486a0c42a7167d283bc64a8fbcdb0fa5533a2
1 parent
df96c079
Exists in
master
and in
4 other branches
Removed extra "for"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/deploy_keys/index.html.haml
1 | 1 | = render "projects/settings_nav" |
2 | 2 | |
3 | 3 | %p.slead |
4 | - 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. | |
4 | + 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. | |
5 | 5 | |
6 | 6 | - if can? current_user, :admin_project, @project |
7 | 7 | = link_to new_project_deploy_key_path(@project), class: "btn btn-small", title: "New Deploy Key" do | ... | ... |