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:
authorPhil Hughes <me@iamphill.com>2016-05-24 17:00:25 +0300
committerPhil Hughes <me@iamphill.com>2016-05-24 17:00:25 +0300
commit7ab09fdb78c00493595d2e2c30d56b652dfe845c (patch)
tree07f94bc70fdd730ecdbefdd12bdcf12744cf8bc2 /app/views/import/gitlab
parent3b10a44f47d51f64f8ecc1d261c160a25ffc8e81 (diff)
Fixed issue with GitLab import buttons having a spinner
Closes #17232
Diffstat (limited to 'app/views/import/gitlab')
-rw-r--r--app/views/import/gitlab/status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitlab/status.html.haml b/app/views/import/gitlab/status.html.haml
index e3a356b5379..aedb8468eca 100644
--- a/app/views/import/gitlab/status.html.haml
+++ b/app/views/import/gitlab/status.html.haml
@@ -47,7 +47,7 @@
%td.import-target
= repo["path_with_namespace"]
%td.import-actions.job-status
- = button_tag class: "btn js-add-to-import" do
+ = button_tag class: "btn btn-import js-add-to-import" do
Import
= icon("spinner spin", class: "loading-icon")