Commit a0228f94a14a4401cb77f2bb13444794bb6888aa
1 parent
7ecebdd0
Exists in
master
and in
4 other branches
Reload page during repo import
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
app/views/projects/empty.html.haml
@@ -7,6 +7,8 @@ | @@ -7,6 +7,8 @@ | ||
7 | %h3 Importing repository. | 7 | %h3 Importing repository. |
8 | %p.monospace git clone --bare #{@project.import_url} | 8 | %p.monospace git clone --bare #{@project.import_url} |
9 | %p Please wait until we import repository for you. Refresh at will. | 9 | %p Please wait until we import repository for you. Refresh at will. |
10 | + :javascript | ||
11 | + new ProjectImport(); | ||
10 | 12 | ||
11 | - else | 13 | - else |
12 | %div.git-empty | 14 | %div.git-empty |