summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2016-12-23 11:08:09 +0100
committerAdam Niedzielski <adamsunday@gmail.com>2016-12-23 11:08:18 +0100
commitdb8ee6672cf49a2eed4e244080246f21a9e14dd9 (patch)
tree138ffe499fe34eca2c5b23d5d5cb6018a81f6649 /app/views
parentf9e59516a259215fb75a4ac85b1814ca04ec4e8f (diff)
downloadgitlab-ce-auto-deploy-with-space.tar.gz
Rename "autodeploy" to "auto deploy"auto-deploy-with-space
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index a915c159cb4..f9776628c77 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -70,8 +70,8 @@
= link_to 'Set up Koding', add_koding_stack_path(@project)
- if @repository.gitlab_ci_yml.blank? && @project.deployment_service.present?
%li.missing
- = link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml', commit_message: 'Set up autodeploy', target_branch: 'autodeploy', context: 'autodeploy') do
- Set up autodeploy
+ = link_to add_special_file_path(@project, file_name: '.gitlab-ci.yml', commit_message: 'Set up auto deploy', target_branch: 'auto-deploy', context: 'autodeploy') do
+ Set up auto deploy
- if @repository.commit
.project-last-commit{ class: container_class }