Skip to content
Snippets Groups Projects
Commit a0228f94 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Reload page during repo import

parent 7ecebdd0
No related branches found
No related tags found
No related merge requests found
class ProjectImport
constructor: ->
setTimeout ->
Turbolinks.visit(location.href)
, 5000
@ProjectImport = ProjectImport
Loading
Loading
@@ -7,6 +7,8 @@
%h3 Importing repository.
%p.monospace git clone --bare #{@project.import_url}
%p Please wait until we import repository for you. Refresh at will.
:javascript
new ProjectImport();
 
- else
%div.git-empty
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment