diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 13:50:35 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 13:52:14 -0500 |
commit | 0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 (patch) | |
tree | e5b4fe918640d9f5540af14e4cd10468aa06626a /app/views/projects/tree | |
parent | b413785e1dfdbc594e86880e79e20bdd5963c938 (diff) | |
download | gitlab-ce-0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0.tar.gz |
[skip ci] Rename .hide to .d-none
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r-- | app/views/projects/tree/_spinner.html.haml | 2 |
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... |