diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 16:46:10 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 16:46:10 +0200 |
commit | 5772faf19bcd859c01da167d3c756a1a2e2b5f7f (patch) | |
tree | be4ce3c93c8e21bf36ddd7680df6affc39c6ca9e /app/views/ci | |
parent | ac8d2eb065e9522679d4eae4649c6815daa5460c (diff) | |
download | gitlab-ce-5772faf19bcd859c01da167d3c756a1a2e2b5f7f.tar.gz |
Fix projects edit
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/projects/edit.html.haml | 2 |
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. |