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:
authorJacob Schatz <jschatz@gitlab.com>2016-05-25 22:40:17 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-05-25 22:40:17 +0300
commitb21e234b119c7c91226f1a790b19beb38946bf5e (patch)
treeb6d8f14f574170fc806d365967d609295af0ce40
parent091437706ba49e29afc1285e60285dfee60670e2 (diff)
parent7ab09fdb78c00493595d2e2c30d56b652dfe845c (diff)
Merge branch 'gitlab-import-status' into 'master'
Fixed issue with GitLab import buttons having a spinner ![import](/uploads/db635f1d62affefca027d5fd4f545cd1/import.gif) Closes #17232 See merge request !4276
-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")