Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-08-21 22:26:12 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-08-22 21:16:16 +0300
commita1a4351a1d592451965a063a5280818b234eaf48 (patch)
tree1438ad27d7baa866d26d2839c9cad15d0cbe7916 /app
parent4788848224e807e00beb544b52087b43d9642cb6 (diff)
Merge branch 'only-limit-fetch-when-requested' into 'master'
Only require sidekiq-limit_fetch when enabled in settings Closes #36253 See merge request !13715
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/application_settings/_form.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index a4f49d3f6d7..672d04a8af5 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -356,7 +356,9 @@
%fieldset
%legend Background Jobs
%p
- These settings require a restart to take effect.
+ These settings require a
+ = link_to 'restart', help_page_path('administration/restart_gitlab')
+ to take effect.
.form-group
.col-sm-offset-2.col-sm-10
.checkbox