Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
e2f946fd
Commit
e2f946fd
authored
Aug 12, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor UI improvements
parent
7984d3ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
app/assets/stylesheets/gitlab_bootstrap/nav.scss
app/assets/stylesheets/gitlab_bootstrap/nav.scss
+1
-1
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+2
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+6
-5
app/views/projects/services/index.html.haml
app/views/projects/services/index.html.haml
+2
-0
No files found.
app/assets/stylesheets/gitlab_bootstrap/nav.scss
View file @
e2f946fd
...
...
@@ -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 @
e2f946fd
...
...
@@ -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 @
e2f946fd
%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
&
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 @
e2f946fd
%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
Markdown
is supported
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