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
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-30 23:15:34 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-30 23:15:34 +0400
commitb9ff0c79b49c24dfcfc8e3188c76a861b2035770 (patch)
tree6bc0d8286494e358b85e7013251578f6742d872b /app/views/projects/new.html.haml
parent4a6596af274c01036aaf9f49a5b38cd678716873 (diff)
Changed filters to readable one. Styled some stuff
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 703e558ae41..933cb671142 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -3,10 +3,10 @@
New Project
%hr
= render 'new_form'
-%div.ajax_loader.hide
+%div.save-project-loader.hide
%center
- %div.padded= image_tag "ajax_loader.gif"
- %h3.prepend-top Creating project &amp; repository. Please wait a few minutes
+ = image_tag "ajax_loader.gif"
+ %h3 Creating project &amp; repository. Please wait a few minutes
:javascript
$(function(){ new Projects(); });