summaryrefslogtreecommitdiff
path: root/app/views/projects/imports/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/imports/show.html.haml')
-rw-r--r--app/views/projects/imports/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml
index c52b3860636..8c490773a56 100644
--- a/app/views/projects/imports/show.html.haml
+++ b/app/views/projects/imports/show.html.haml
@@ -10,5 +10,3 @@
- if @project.external_import?
%p.monospace git clone --bare #{@project.safe_import_url}
%p Please wait while we import the repository for you. Refresh at will.
- :javascript
- new ProjectImport();