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:
authorSytse Sijbrandij <sytse@dosire.com>2013-04-03 23:28:19 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-04-03 23:28:19 +0400
commitaf5ef203e8b6082455bd6fca141c2f6b11f6b9b5 (patch)
tree810b3ef70ccefb46792843b6c35e44cb11db8586 /app
parent3fba2114260531977b5fecfc17941f5b851005ee (diff)
With gitlab-shell it is faster than 2 minutes.
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(); });