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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 18:21:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 18:21:57 +0400
commite2f946fddb7caf9757b33ba3dc7de8634f4ee825 (patch)
tree31a18dfc6750488e957e63a49fed00735defd555 /app/views/projects/new.html.haml
parent7984d3ca00edf45fed8bad6ed921060244970977 (diff)
Minor UI improvements
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index d309f0686e0..59e311b0740 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -1,10 +1,10 @@
-%p.slead
- New projects are private by default. You choose who can see the project and commit to repository.
-%hr
-.project-edit-container.prepend-top-10
+.project-edit-container
.project-edit-errors
= render 'projects/errors'
.project-edit-content
+ %p.slead
+ New projects are private by default. You choose who can see the project and commit to repository.
+ %hr
= form_for @project, remote: true do |f|
.control-group.project_name_holder
= f.label :name do
@@ -51,4 +51,5 @@
.save-project-loader.hide
%center
= image_tag "ajax_loader.gif"
- %h3 Creating project &amp; repository. Please wait a moment, this page will automatically refresh when ready.
+ %h3 Creating project &amp; repository.
+ %p Please wait a moment, this page will automatically refresh when ready.