diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-22 13:45:10 +0000 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-05-22 16:38:48 -0500 |
commit | 2151061594e8450b46ea75b115d572488c416b09 (patch) | |
tree | 955a3d6826ac4d2f2dfbed84723e01e40ec68558 /app | |
parent | 4e3296bf13a64a2c8d86037230919d2abcd35f1c (diff) | |
download | gitlab-ce-2151061594e8450b46ea75b115d572488c416b09.tar.gz |
Merge branch 'change_pipelines_schedules_help_page_path' into 'master'
Change pipelines schedules help page path
See merge request !11592
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/pipeline_schedules/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipeline_schedules/index.html.haml b/app/views/projects/pipeline_schedules/index.html.haml index 25c52175e3d..6751efaaf2f 100644 --- a/app/views/projects/pipeline_schedules/index.html.haml +++ b/app/views/projects/pipeline_schedules/index.html.haml @@ -7,14 +7,14 @@ = render "projects/pipelines/head" %div{ class: container_class } - #pipeline-schedules-callout{ data: { docs_url: help_page_path('ci/pipeline_schedules') } } + #pipeline-schedules-callout{ data: { docs_url: help_page_path('user/project/pipelines/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 .nav-controls = link_to new_namespace_project_pipeline_schedule_path(@project.namespace, @project), class: 'btn btn-create' do - %span New Schedule + %span New schedule - if @schedules.present? %ul.content-list |