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/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 17:46:10 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 17:46:10 +0300
commit5772faf19bcd859c01da167d3c756a1a2e2b5f7f (patch)
treebe4ce3c93c8e21bf36ddd7680df6affc39c6ca9e /app/views
parentac8d2eb065e9522679d4eae4649c6815daa5460c (diff)
Fix projects edit
Diffstat (limited to 'app/views')
-rw-r--r--app/views/ci/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/projects/edit.html.haml b/app/views/ci/projects/edit.html.haml
index 298007a6565..79e8fd3a295 100644
--- a/app/views/ci/projects/edit.html.haml
+++ b/app/views/ci/projects/edit.html.haml
@@ -1,6 +1,6 @@
- if @project.generated_yaml_config
%p.alert.alert-danger
- CI Jobs are deprecated now, you can #{link_to "download", dumped_yaml_project_path(@project)}
+ CI Jobs are deprecated now, you can #{link_to "download", dumped_yaml_ci_project(@project)}
or
%a.preview-yml{:href => "#yaml-content", "data-toggle" => "modal"} preview
yaml file which is based on your old jobs.