Commit 8f237526 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5337 from dpursehouse/improve-repository-import-message

Improve the repository import message
parents d1a054c5 2fbe4fad
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
= image_tag "ajax_loader.gif" = image_tag "ajax_loader.gif"
%h3 Importing repository. %h3 Importing repository.
%p.monospace git clone --bare #{@project.import_url} %p.monospace git clone --bare #{@project.import_url}
%p Please wait until we import repository for you. Refresh at will. %p Please wait while we import the repository for you. Refresh at will.
:javascript :javascript
new ProjectImport(); new ProjectImport();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment