diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-22 10:49:44 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-22 11:49:11 +0200 |
commit | 2b0dd7183a51dc91f722e216b6fe4ca6e427a1b9 (patch) | |
tree | a1a258e6f71ac7eb88ed1339fdc46ffedca3722c /app | |
parent | 6233e56e99b63e2fe1787753967833245ff932aa (diff) | |
download | gitlab-ce-2b0dd7183a51dc91f722e216b6fe4ca6e427a1b9.tar.gz |
Change pipelines schedules help page pathchange_pipelines_schedules_help_page_path
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 |