Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-20 00:26:13 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-20 00:26:13 +0300
commit4a74798a7ba16fec37f634d0eaf52b838213e090 (patch)
treee92a68f1b516a118d01f1e9cb61d90ccb86a3f80 /app/views/projects
parent22be5aed1d6db526bd945f9492b806c29969676d (diff)
Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/settings`
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/pipelines/settings.html.haml (renamed from app/views/projects/builds/settings.html.haml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/settings.html.haml b/app/views/projects/pipelines/settings.html.haml
index 820fb74fd51..8c90defc2be 100644
--- a/app/views/projects/builds/settings.html.haml
+++ b/app/views/projects/pipelines/settings.html.haml
@@ -7,7 +7,7 @@
.col-lg-9
%h5.prepend-top-0
Pipelines
- = form_for [@project.namespace.becomes(Namespace), @project], remote: true, authenticity_token: true do |f|
+ = form_for @project, url: settings_namespace_project_pipelines_path(@project.namespace.becomes(Namespace), @project), remote: true, authenticity_token: true do |f|
%fieldset.builds-feature
- unless @repository.gitlab_ci_yml
.form-group