diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-12 09:48:39 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-12 09:48:39 +0100 |
commit | a650af12261b850d9565cbfc473ea82db59f2e3d (patch) | |
tree | bcc9791e14768b9f6368976fa2cd6235d1d5e9b4 /app/views/import/bitbucket | |
parent | 3cfbd2b1601842feea0a7739098a90e2d1dccec4 (diff) | |
download | gitlab-ce-a650af12261b850d9565cbfc473ea82db59f2e3d.tar.gz |
Moved loading icon to match todo loading icon
Diffstat (limited to 'app/views/import/bitbucket')
-rw-r--r-- | app/views/import/bitbucket/status.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/import/bitbucket/status.html.haml b/app/views/import/bitbucket/status.html.haml index 134d88481db..e24c01f3e0f 100644 --- a/app/views/import/bitbucket/status.html.haml +++ b/app/views/import/bitbucket/status.html.haml @@ -11,12 +11,12 @@ %p - if @incompatible_repos.any? = button_tag class: "btn btn-import btn-success js-import-all" do - = icon('spinner spin', class: 'loading-icon') Import all compatible projects + = icon('spinner spin', class: 'loading-icon') - else = button_tag class: "btn btn-success js-import-all" do - = icon('spinner spin', class: 'loading-icon') Import all projects + = icon('spinner spin', class: 'loading-icon') .table-responsive %table.table.import-jobs @@ -54,8 +54,8 @@ = "#{repo["owner"]}/#{repo["slug"]}" %td.import-actions.job-status = button_tag class: "btn btn-import js-add-to-import" do - = icon('spinner spin', class: 'loading-icon') Import + = icon('spinner spin', class: 'loading-icon') - @incompatible_repos.each do |repo| %tr{id: "repo_#{repo["owner"]}___#{repo["slug"]}"} %td |