summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/operations/_error_tracking.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/settings/operations/_error_tracking.html.haml')
-rw-r--r--app/views/projects/settings/operations/_error_tracking.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/settings/operations/_error_tracking.html.haml b/app/views/projects/settings/operations/_error_tracking.html.haml
index fe302978da6..1e77f37ebb4 100644
--- a/app/views/projects/settings/operations/_error_tracking.html.haml
+++ b/app/views/projects/settings/operations/_error_tracking.html.haml
@@ -4,9 +4,9 @@
%section.settings.no-animate.js-error-tracking-settings
.settings-header
- %h4
+ %h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
= _('Error tracking')
- %button.btn.js-settings-toggle{ type: 'button' }
+ %button.gl-button.btn.btn-default.js-settings-toggle{ type: 'button' }
= _('Expand')
%p
= _('To link Sentry to GitLab, enter your Sentry URL and Auth Token.')