diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 08:05:21 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 08:05:21 +0000 |
commit | 5cb3024e1365e5e871f518aef6075c90b49a6600 (patch) | |
tree | 73ffd98cfb27ec4b7a0627586ae70f03cf71d303 /app | |
parent | a02678cb62704316c79c9b8142763ae17598638d (diff) | |
parent | af5ef203e8b6082455bd6fca141c2f6b11f6b9b5 (diff) | |
download | gitlab-ce-5cb3024e1365e5e871f518aef6075c90b49a6600.tar.gz |
Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/edit.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 394522bfd88..c050f9454a5 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -7,7 +7,7 @@ %div.save-project-loader.hide %center = image_tag "ajax_loader.gif" - %h3 Saving project. Please wait a few minutes + %h3 Saving project. Please wait a moment, this page will automatically refresh when ready. :javascript $(function(){ new Projects(); }); diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 933cb671142..eb4ef5979cf 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -6,7 +6,7 @@ %div.save-project-loader.hide %center = image_tag "ajax_loader.gif" - %h3 Creating project & repository. Please wait a few minutes + %h3 Creating project & repository. Please wait a moment, this page will automatically refresh when ready. :javascript $(function(){ new Projects(); }); |