summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2018-02-26 17:33:43 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2018-03-28 13:57:17 +0200
commite75614e8cb391f0e499b71b261de7c8148f1b6a4 (patch)
treedc4a1b7615fe852287c4cc399c061ab5608fd18a /app/views
parentf18eb6dae43b8407ceb8bcbdecd6df30af2a66ac (diff)
downloadgitlab-ce-e75614e8cb391f0e499b71b261de7c8148f1b6a4.tar.gz
Add few frontend improvements
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml
index 849c273db8c..4d2bc3a04a4 100644
--- a/app/views/projects/jobs/show.html.haml
+++ b/app/views/projects/jobs/show.html.haml
@@ -111,4 +111,4 @@
.js-build-options{ data: javascript_build_options }
-#js-job-details-vue{ data: { endpoint: project_job_path(@project, @build, format: :json) } }
+#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' } }