Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
52bf6eeff3ee
Commit
52bf6eef
authored
Aug 12, 2013
by
Dmitriy Zaporozhets
Browse files
Minor UI improvements
parent
d258aeaa4c9e
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/gitlab_bootstrap/nav.scss
View file @
52bf6eef
...
...
@@ -27,7 +27,7 @@
&
.nav-stacked-menu
{
background
:
#FAFAFA
;
li
>
a
{
padding
:
20
px
;
padding
:
16
px
;
}
}
}
...
...
app/views/projects/edit.html.haml
View file @
52bf6eef
...
...
@@ -154,4 +154,5 @@
.save-project-loader.hide
%center
=
image_tag
"ajax_loader.gif"
%h3
Saving project. Please wait a moment, this page will automatically refresh when ready.
%h3
Saving project.
%p
Please wait a moment, this page will automatically refresh when ready.
app/views/projects/new.html.haml
View file @
52bf6eef
%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
...
...
@@ -5,6 +2,9 @@
.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
&
repository. Please wait a moment, this page will automatically refresh when ready.
%h3
Creating project
&
repository.
%p
Please wait a moment, this page will automatically refresh when ready.
app/views/projects/services/index.html.haml
View file @
52bf6eef
%h3
.page-title
Services
%p
.light
Service allows you to integrate GitLab with other applications
%hr
%ul
.bordered-list
-
@services
.
each
do
|
service
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment