summaryrefslogtreecommitdiff
path: root/app/views/import/google_code/status.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/import/google_code/status.html.haml')
-rw-r--r--app/views/import/google_code/status.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/import/google_code/status.html.haml b/app/views/import/google_code/status.html.haml
index 5ada6b174eb..e79f122940a 100644
--- a/app/views/import/google_code/status.html.haml
+++ b/app/views/import/google_code/status.html.haml
@@ -77,5 +77,4 @@
= link_to "import flow", new_import_google_code_path
again.
-:javascript
- new ImporterStatus("#{jobs_import_google_code_path}", "#{import_google_code_path}");
+.js-importer-status{ data: { jobs_import_path: "#{jobs_import_google_code_path}", import_path: "#{import_google_code_path}" } }