Skip to content
Snippets Groups Projects
Unverified Commit d02694c5 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Use help_page_path helper to generate runner_help_url

parent bb64b20a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -111,4 +111,4 @@
 
.js-build-options{ data: javascript_build_options }
 
#js-job-details-vue{ data: { endpoint: project_job_path(@project, @build, format: :json), runner_help_url: '/help/ci/runners/README.html#setting-maximum-job-timeout-for-a-runner' } }
#js-job-details-vue{ data: { endpoint: project_job_path(@project, @build, format: :json), runner_help_url: help_page_path('ci/runners/README.html', anchor: 'setting-maximum-job-timeout-for-a-runner') } }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment