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
7fd29a78
Commit
7fd29a78
authored
Feb 13, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commits page styled better now
parent
ece9f50f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+16
-0
app/views/commits/_commits.html.haml
app/views/commits/_commits.html.haml
+3
-5
No files found.
app/assets/stylesheets/common.scss
View file @
7fd29a78
...
...
@@ -227,3 +227,19 @@ img.lil_av {
margin-bottom
:
20px
;
}
.ui-box
{
margin-bottom
:
40px
;
@include
round-borders-all
(
4px
);
border-color
:
#ddd
;
h5
{
padding
:
5px
10px
;
background
:
#f5f5f5
;
border-bottom
:
1px
solid
#ccc
;
}
li
{
padding
:
10px
;
}
}
app/views/commits/_commits.html.haml
View file @
7fd29a78
-
@commits
.
group_by
{
|
c
|
c
.
committed_date
.
to_date
}.
each
do
|
day
,
commits
|
%div
{
:class
=>
"commits-date ui-box ui-box-small ui-box-big"
}
.day-commits-table
%h5
.underlined
=
day
.
stamp
(
"28 Aug, 2010"
)
%br
%ul
.unstyled
=
render
commits
%div
.ui-box
%h5
=
day
.
stamp
(
"28 Aug, 2010"
)
%ul
.unstyled
=
render
commits
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