diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 21:59:10 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 21:59:10 +0200 |
| commit | 04a164c2dc3d186bc8e600df5d790eba535b610b (patch) | |
| tree | b483fbacf2cf6e944fcac85a17cac1a3e5a4b933 /app | |
| parent | b39b156407f5ef1ea483dcd8d628d4835d02b2ff (diff) | |
| download | gitlab-ce-04a164c2dc3d186bc8e600df5d790eba535b610b.tar.gz | |
Fix 500 on CI project settingsfix-ci-500-on-settings
Diffstat (limited to 'app')
| -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 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. |
