summaryrefslogtreecommitdiff
path: root/app/views/projects/mirrors/_disabled_mirror_badge.html.haml
diff options
context:
space:
mode:
authorTanya Pazitny <tpazitny@gitlab.com>2019-07-29 19:15:16 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-29 19:15:16 +0000
commitc4ba95f78786e916b6a934fb6ca982ebadeb734a (patch)
tree133563d1d5a64a5179b8c9ecbe3bb40d9a247117 /app/views/projects/mirrors/_disabled_mirror_badge.html.haml
parent8cc0c02d8befaacf598b7855b2d025a0e544e1dd (diff)
downloadgitlab-ce-c4ba95f78786e916b6a934fb6ca982ebadeb734a.tar.gz
Change qa-* class references to rspec-* for repository settings
Diffstat (limited to 'app/views/projects/mirrors/_disabled_mirror_badge.html.haml')
-rw-r--r--app/views/projects/mirrors/_disabled_mirror_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/mirrors/_disabled_mirror_badge.html.haml b/app/views/projects/mirrors/_disabled_mirror_badge.html.haml
index 356cb43f07f..9c11b650f75 100644
--- a/app/views/projects/mirrors/_disabled_mirror_badge.html.haml
+++ b/app/views/projects/mirrors/_disabled_mirror_badge.html.haml
@@ -1 +1 @@
-.badge.badge-warning.qa-disabled-mirror-badge{ data: { toggle: 'tooltip', html: 'true' }, title: _('Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them.') }= _('Disabled')
+.badge.badge-warning.qa-disabled-mirror-badge.rspec-disabled-mirror-badge{ data: { toggle: 'tooltip', html: 'true' }, title: _('Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them.') }= _('Disabled')