Commit 5cb3024e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq

parents a02678cb af5ef203
......@@ -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(); });
......@@ -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(); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment