summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 16:46:10 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 16:46:10 +0200
commit5772faf19bcd859c01da167d3c756a1a2e2b5f7f (patch)
treebe4ce3c93c8e21bf36ddd7680df6affc39c6ca9e
parentac8d2eb065e9522679d4eae4649c6815daa5460c (diff)
downloadgitlab-ce-5772faf19bcd859c01da167d3c756a1a2e2b5f7f.tar.gz
Fix projects edit
-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.