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-25 00:40:46 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-25 00:40:46 +0300
commit80766821b24cc13a6ce054f5b0c996bebccc4121 (patch)
treea930e81665bb24b4798906c59c1ce065099a5dbf /app/views/projects/edit.html.haml
parentfe60886aa279d3031d1fe8ac596ba5fd4178b451 (diff)
Revert .hide to .d-none conversion
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 0a52743836f..613d627d604 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -194,7 +194,7 @@
%strong Removed projects cannot be restored!
= button_to 'Remove project', '#', class: "btn btn-remove js-confirm-danger", data: { "confirm-danger-message" => remove_project_message(@project) }
-.save-project-loader.d-none
+.save-project-loader.hide
.center
%h2
%i.fa.fa-spinner.fa-spin