Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-04 12:05:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-04 12:05:21 +0400
commit5cb3024e1365e5e871f518aef6075c90b49a6600 (patch)
tree73ffd98cfb27ec4b7a0627586ae70f03cf71d303 /app
parenta02678cb62704316c79c9b8142763ae17598638d (diff)
parentaf5ef203e8b6082455bd6fca141c2f6b11f6b9b5 (diff)
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.haml2
-rw-r--r--app/views/projects/new.html.haml2
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 &amp; repository. Please wait a few minutes
+ %h3 Creating project &amp; repository. Please wait a moment, this page will automatically refresh when ready.
:javascript
$(function(){ new Projects(); });