Commit 5cb3024e1365e5e871f518aef6075c90b49a6600

Authored by Dmitriy Zaporozhets
2 parents a02678cb af5ef203

Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq

app/views/projects/edit.html.haml
... ... @@ -7,7 +7,7 @@
7 7 %div.save-project-loader.hide
8 8 %center
9 9 = image_tag "ajax_loader.gif"
10   - %h3 Saving project. Please wait a few minutes
  10 + %h3 Saving project. Please wait a moment, this page will automatically refresh when ready.
11 11  
12 12 :javascript
13 13 $(function(){ new Projects(); });
... ...
app/views/projects/new.html.haml
... ... @@ -6,7 +6,7 @@
6 6 %div.save-project-loader.hide
7 7 %center
8 8 = image_tag "ajax_loader.gif"
9   - %h3 Creating project & repository. Please wait a few minutes
  9 + %h3 Creating project & repository. Please wait a moment, this page will automatically refresh when ready.
10 10  
11 11 :javascript
12 12 $(function(){ new Projects(); });
... ...