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-04-14 11:32:02 +0300
committerPhil Hughes <me@iamphill.com>2016-04-14 11:32:02 +0300
commit3d438870f34cb1bd5667bc5db2f848c4f82d5d25 (patch)
tree7329ef511096ccc190f870798379f13e33f527d0 /app/views/import/gitlab
parenta650af12261b850d9565cbfc473ea82db59f2e3d (diff)
Updated based on feedback
Diffstat (limited to 'app/views/import/gitlab')
-rw-r--r--app/views/import/gitlab/status.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/import/gitlab/status.html.haml b/app/views/import/gitlab/status.html.haml
index 8f79f385610..e3a356b5379 100644
--- a/app/views/import/gitlab/status.html.haml
+++ b/app/views/import/gitlab/status.html.haml
@@ -10,7 +10,7 @@
%p
= button_tag class: "btn btn-import btn-success js-import-all" do
Import all projects
- = icon('spinner spin', class: 'loading-icon')
+ = icon("spinner spin", class: "loading-icon")
.table-responsive
%table.table.import-jobs
@@ -49,7 +49,7 @@
%td.import-actions.job-status
= button_tag class: "btn js-add-to-import" do
Import
- = icon('spinner spin', class: 'loading-icon')
+ = icon("spinner spin", class: "loading-icon")
:javascript
new ImporterStatus("#{jobs_import_gitlab_path}", "#{import_gitlab_path}");