summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-05-09 11:35:22 -0400
committerBryce Johnson <bryce@gitlab.com>2017-05-11 09:48:35 -0400
commit6bcf316ed701620fa5ba654f2184a261650fd7b9 (patch)
tree5f538d04405a24266897c9c1a37f8551d279bbb1 /app/views/projects
parentf737a079cee6689e6ba6c1536f223a882a558f3e (diff)
downloadgitlab-ce-6bcf316ed701620fa5ba654f2184a261650fd7b9.tar.gz
Pass docsUrl to pipeline schedules callout component.pipeline-schedules-callout-docs-url
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/pipeline_schedules/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipeline_schedules/index.html.haml b/app/views/projects/pipeline_schedules/index.html.haml
index dd35c3055f2..a597d745e33 100644
--- a/app/views/projects/pipeline_schedules/index.html.haml
+++ b/app/views/projects/pipeline_schedules/index.html.haml
@@ -6,7 +6,7 @@
= render "projects/pipelines/head"
%div{ class: container_class }
- #scheduling-pipelines-callout
+ #pipeline-schedules-callout{ data: { docs_url: help_page_path('ci/pipeline_schedules') } }
.top-area
- schedule_path_proc = ->(scope) { pipeline_schedules_path(@project, scope: scope) }
= render "tabs", schedule_path_proc: schedule_path_proc, all_schedules: @all_schedules, scope: @scope