diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-12 19:28:10 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-12 19:28:10 +0300 |
commit | a0228f94a14a4401cb77f2bb13444794bb6888aa (patch) | |
tree | 23b2016109c3262294f65522c6e261eed24a0501 /app/views/projects/empty.html.haml | |
parent | 7ecebdd02df9b11fa6ba4f8033dcfe097935ed66 (diff) | |
download | gitlab-ce-a0228f94a14a4401cb77f2bb13444794bb6888aa.tar.gz |
Reload page during repo import
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 5279ddf47ef..99e334cc6b8 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -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 |