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
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 21:50:35 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 21:52:14 +0300
commit0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 (patch)
treee5b4fe918640d9f5540af14e4cd10468aa06626a /app/views/projects/tree
parentb413785e1dfdbc594e86880e79e20bdd5963c938 (diff)
[skip ci] Rename .hide to .d-none
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_spinner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_spinner.html.haml b/app/views/projects/tree/_spinner.html.haml
index b47ad0f41e4..01843280403 100644
--- a/app/views/projects/tree/_spinner.html.haml
+++ b/app/views/projects/tree/_spinner.html.haml
@@ -1,3 +1,3 @@
-%span.log_loading.hide
+%span.log_loading.d-none
%i.fa.fa-spinner.fa-spin
Loading commit data...