summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-03 14:48:10 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-03 14:48:10 +0100
commit4fed7036aaf25dcf4fb4ff9660215e397654fe4c (patch)
treee53e319db2551c13c62dfaac6f22f924df81ab13
parentb0dfc741c499ec72c5cad53fc1bb1ed65ee38e70 (diff)
downloadgitlab-ce-4fed7036aaf25dcf4fb4ff9660215e397654fe4c.tar.gz
[ci skip] Moved the required restart message to only backend sentry field
-rw-r--r--app/views/admin/application_settings/_form.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 6030c8b1dfa..4b6628169ef 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -394,8 +394,6 @@
%fieldset
%legend Error Reporting and Logging
- %p
- These settings require a restart to take effect.
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
@@ -403,6 +401,7 @@
= f.check_box :sentry_enabled
Enable Sentry
.help-block
+ %p This setting requires a restart to take effect.
Sentry is an error reporting and logging tool which is currently not shipped with GitLab, get it here:
%a{ href: 'https://getsentry.com', target: '_blank', rel: 'noopener noreferrer' } https://getsentry.com