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
9e228cd96655
Commit
44e2a2e4
authored
Aug 08, 2013
by
Dmitriy Zaporozhets
Browse files
Compact list for commits page
parent
9d9b54ed37fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/sections/merge_requests.scss
View file @
9e228cd9
...
...
@@ -96,7 +96,7 @@
.label-project
{
@include
border-radius-left
(
4px
);
padding
:
3px
4px
;
background
:
#29
A
;
background
:
#2
7
9
;
position
:
relative
;
left
:
-4px
;
letter-spacing
:
-1px
;
...
...
app/views/projects/commits/_commits.html.haml
View file @
9e228cd9
-
@commits
.
group_by
{
|
c
|
c
.
committed_date
.
to_date
}.
sort
.
reverse
.
each
do
|
day
,
commits
|
%div
.ui-box
.ui-box
.small-box
.title
%i
.icon-calendar
%span
=
day
.
stamp
(
"28 Aug, 2010"
)
...
...
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