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/views
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-02-08 18:39:34 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-02-08 18:39:34 +0300
commitd5e9eef08dedca1deba9ef3df28daff81336459f (patch)
treee73a2017788eb5ce25c3f11da57d3efb4bcc82d5 /app/views
parentc220bee5ca1a025321df01a5c95310d397edbcc5 (diff)
parentb4c2dd73875aa50d2a72e694203388446599d8eb (diff)
Merge branch 'qa-staging-33-wait-for-viewers-to-load' into 'master'
Fix push_http_private_token_spec by waiting for viewers to load Closes gitlab-org/quality/staging#33 See merge request gitlab-org/gitlab-ce!25030
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/blob/viewers/_loading.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/viewers/_loading.html.haml b/app/views/projects/blob/viewers/_loading.html.haml
index 120c0540335..df1f3e4e01b 100644
--- a/app/views/projects/blob/viewers/_loading.html.haml
+++ b/app/views/projects/blob/viewers/_loading.html.haml
@@ -1,2 +1,2 @@
.text-center.prepend-top-default.append-bottom-default
- = icon('spinner spin 2x', 'aria-hidden' => 'true', 'aria-label' => 'Loading content…')
+ = icon('spinner spin 2x', 'aria-hidden' => 'true', 'aria-label' => 'Loading content…', class: 'qa-spinner')