summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Vogler <max.vogler@gmail.com>2018-11-13 09:21:35 +0000
committerPhil Hughes <me@iamphill.com>2018-11-13 09:21:35 +0000
commit914315f3bfca259f88cdb8767a420b2d615077cb (patch)
treecf2a66a36e1b7b20cfe00063980a68ff51cdac47
parentd159a68024fc6fed03ce0e66e7d8c76a2cf6df6e (diff)
downloadgitlab-ce-914315f3bfca259f88cdb8767a420b2d615077cb.tar.gz
Fix help text in Admin Area > Background Jobs
-rw-r--r--app/views/admin/background_jobs/show.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index faa5854bb40..9aa705d9fa6 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -34,10 +34,13 @@
.clearfix
%p
%i.fa.fa-exclamation-circle
- If '[#{@concurrency} of #{@concurrency} busy]' is shown, restart GitLab with 'sudo service gitlab reload'.
+ If '[#{@concurrency} of #{@concurrency} busy]' is shown, restart GitLab.
+ = link_to sprite_icon('question', size: 16), help_page_path('administration/restart_gitlab')
+
%p
%i.fa.fa-exclamation-circle
If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u #{gitlab_config.user} -f sidekiq) and restart GitLab.
+ = link_to sprite_icon('question', size: 16), help_page_path('administration/restart_gitlab')