Commit d83cf1002125ef81e758d83764bb0a4785a67244

Authored by Dmitriy Zaporozhets
2 parents 9d63bd1e f60486a0

Merge pull request #3765 from axilleas/typo

Fixed typo in app/views/deploy_keys/index.html.haml
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/deploy_keys/index.html.haml
1 = render "projects/settings_nav" 1 = render "projects/settings_nav"
2 2
3 %p.slead 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 - if can? current_user, :admin_project, @project 6 - if can? current_user, :admin_project, @project
7 = link_to new_project_deploy_key_path(@project), class: "btn btn-small", title: "New Deploy Key" do 7 = link_to new_project_deploy_key_path(@project), class: "btn btn-small", title: "New Deploy Key" do