Commit af5ef203e8b6082455bd6fca141c2f6b11f6b9b5

Authored by Sytse Sijbrandij
1 parent 3fba2114

With gitlab-shell it is faster than 2 minutes.

app/views/projects/edit.html.haml
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 %div.save-project-loader.hide 7 %div.save-project-loader.hide
8 %center 8 %center
9 = image_tag "ajax_loader.gif" 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 :javascript 12 :javascript
13 $(function(){ new Projects(); }); 13 $(function(){ new Projects(); });
app/views/projects/new.html.haml
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 %div.save-project-loader.hide 6 %div.save-project-loader.hide
7 %center 7 %center
8 = image_tag "ajax_loader.gif" 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 :javascript 11 :javascript
12 $(function(){ new Projects(); }); 12 $(function(){ new Projects(); });