diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-24 15:00:25 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-24 15:00:25 +0100 |
commit | 7ab09fdb78c00493595d2e2c30d56b652dfe845c (patch) | |
tree | 07f94bc70fdd730ecdbefdd12bdcf12744cf8bc2 | |
parent | 3b10a44f47d51f64f8ecc1d261c160a25ffc8e81 (diff) | |
download | gitlab-ce-gitlab-import-status.tar.gz |
Fixed issue with GitLab import buttons having a spinnergitlab-import-status
Closes #17232
-rw-r--r-- | app/views/import/gitlab/status.html.haml | 2 |
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") |