Commit 5cb3024e1365e5e871f518aef6075c90b49a6600
Exists in
master
and in
4 other branches
Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
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(); }); |