summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-04 19:13:30 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-04 22:17:01 +0100
commitf834e2907d5111f3e2bcd8d0dd126f9e0dd0be7a (patch)
tree337796d2646a3483ceab82d8400793fdf0a3f1f3 /app/views
parent7b52a3482ec696320e4a101a80537e4e61118b5c (diff)
downloadgitlab-ce-f834e2907d5111f3e2bcd8d0dd126f9e0dd0be7a.tar.gz
Move cache reset to ci_cd_settings controller
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/pipelines/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index d23cb626312..f8555f11aab 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -11,7 +11,7 @@
"can-create-pipeline" => can?(current_user, :create_pipeline, @project).to_s,
"has-ci" => @repository.gitlab_ci_yml,
"ci-lint-path" => ci_lint_path,
- "reset-cache-path" => reset_cache_project_path(@project) } }
+ "reset-cache-path" => reset_cache_project_settings_ci_cd_path(@project) } }
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('pipelines')