Commit e2f946fddb7caf9757b33ba3dc7de8634f4ee825
1 parent
7984d3ca
Exists in
master
and in
4 other branches
Minor UI improvements
Showing
4 changed files
with
11 additions
and
7 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/nav.scss
app/views/projects/edit.html.haml
@@ -154,4 +154,5 @@ | @@ -154,4 +154,5 @@ | ||
154 | .save-project-loader.hide | 154 | .save-project-loader.hide |
155 | %center | 155 | %center |
156 | = image_tag "ajax_loader.gif" | 156 | = image_tag "ajax_loader.gif" |
157 | - %h3 Saving project. Please wait a moment, this page will automatically refresh when ready. | 157 | + %h3 Saving project. |
158 | + %p Please wait a moment, this page will automatically refresh when ready. |
app/views/projects/new.html.haml
1 | -%p.slead | ||
2 | - New projects are private by default. You choose who can see the project and commit to repository. | ||
3 | -%hr | ||
4 | -.project-edit-container.prepend-top-10 | 1 | +.project-edit-container |
5 | .project-edit-errors | 2 | .project-edit-errors |
6 | = render 'projects/errors' | 3 | = render 'projects/errors' |
7 | .project-edit-content | 4 | .project-edit-content |
5 | + %p.slead | ||
6 | + New projects are private by default. You choose who can see the project and commit to repository. | ||
7 | + %hr | ||
8 | = form_for @project, remote: true do |f| | 8 | = form_for @project, remote: true do |f| |
9 | .control-group.project_name_holder | 9 | .control-group.project_name_holder |
10 | = f.label :name do | 10 | = f.label :name do |
@@ -51,4 +51,5 @@ | @@ -51,4 +51,5 @@ | ||
51 | .save-project-loader.hide | 51 | .save-project-loader.hide |
52 | %center | 52 | %center |
53 | = image_tag "ajax_loader.gif" | 53 | = image_tag "ajax_loader.gif" |
54 | - %h3 Creating project & repository. Please wait a moment, this page will automatically refresh when ready. | 54 | + %h3 Creating project & repository. |
55 | + %p Please wait a moment, this page will automatically refresh when ready. |
app/views/projects/services/index.html.haml