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
iv
gitlab-ce
Commits
ba3c359f
Commit
ba3c359f
authored
Apr 10, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
b2 fixes
parent
8f22834c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+1
-1
app/assets/stylesheets/gitlab_bootstrap.scss
app/assets/stylesheets/gitlab_bootstrap.scss
+1
-1
app/views/dashboard/issues.html.haml
app/views/dashboard/issues.html.haml
+1
-1
app/views/dashboard/merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+1
-1
app/views/issues/_issues.html.haml
app/views/issues/_issues.html.haml
+2
-2
app/views/merge_requests/index.html.haml
app/views/merge_requests/index.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
ba3c359f
...
...
@@ -287,7 +287,7 @@ nav.main_menu {
background
:
rgba
(
0
,
0
,
0
,.
12
);
text-align
:
center
;
padding
:
2px
4px
;
line-height
:
20
px
;
line-height
:
18
px
;
margin-left
:
2px
;
}
...
...
app/assets/stylesheets/gitlab_bootstrap.scss
View file @
ba3c359f
...
...
@@ -381,7 +381,7 @@ form {
margin
:
0px
;
}
.pills
{
.
nav-
pills
{
li
{
padding
:
3px
0
;
&
.active
a
{
background-color
:
$style_color
;
}
...
...
app/views/dashboard/issues.html.haml
View file @
ba3c359f
...
...
@@ -15,7 +15,7 @@
=
render
(
:partial
=>
'issues/show'
,
:locals
=>
{
:issue
=>
issue
})
%li
.bottom
.row
.span
10
=
paginate
@issues
,
:theme
=>
"gitlab"
.span
7
=
paginate
@issues
,
:theme
=>
"gitlab"
.span4.right
%span
.cgray.right
#{
@issues
.
total_count
}
issues
...
...
app/views/dashboard/merge_requests.html.haml
View file @
ba3c359f
...
...
@@ -15,7 +15,7 @@
=
render
(
:partial
=>
'merge_requests/merge_request'
,
:locals
=>
{
:merge_request
=>
merge_request
})
%li
.bottom
.row
.span
10
=
paginate
@merge_requests
,
:theme
=>
"gitlab"
.span
7
=
paginate
@merge_requests
,
:theme
=>
"gitlab"
.span4.right
%span
.cgray.right
#{
@merge_requests
.
total_count
}
merge requests
...
...
app/views/issues/_issues.html.haml
View file @
ba3c359f
...
...
@@ -7,8 +7,8 @@
-
if
@issues
.
present?
%li
.bottom
.row
.span
10
=
paginate
@issues
,
:remote
=>
true
,
:theme
=>
"gitlab"
.span
4
.right
.span
7
=
paginate
@issues
,
:remote
=>
true
,
:theme
=>
"gitlab"
.span
3
.right
%span
.cgray.right
#{
@issues
.
total_count
}
issues for this filter
-
else
%li
...
...
app/views/merge_requests/index.html.haml
View file @
ba3c359f
...
...
@@ -30,7 +30,7 @@
-
if
@merge_requests
.
present?
%li
.bottom
.row
.span
10
=
paginate
@merge_requests
,
:theme
=>
"gitlab"
.span
7
=
paginate
@merge_requests
,
:theme
=>
"gitlab"
.span4.right
%span
.cgray.right
#{
@merge_requests
.
total_count
}
merge requests for this filter
app/views/projects/show.html.haml
View file @
ba3c359f
=
render
"project_head"
.
alert.alert-info
.
entry
.row
-#.span2
.back_link
...
...
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