summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 21:59:10 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 21:59:10 +0200
commit04a164c2dc3d186bc8e600df5d790eba535b610b (patch)
treeb483fbacf2cf6e944fcac85a17cac1a3e5a4b933
parentb39b156407f5ef1ea483dcd8d628d4835d02b2ff (diff)
downloadgitlab-ce-fix-ci-500-on-settings.tar.gz
Fix 500 on CI project settingsfix-ci-500-on-settings
-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 79e8fd3a295..876ae5182d4 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_ci_project(@project)}
+ CI Jobs are deprecated now, you can #{link_to "download", dumped_yaml_ci_project_path(@project)}
or
%a.preview-yml{:href => "#yaml-content", "data-toggle" => "modal"} preview
yaml file which is based on your old jobs.