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
1f41e1bc
Commit
1f41e1bc
authored
Dec 18, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve commits page UI
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
79248f4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+4
-3
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+2
-1
No files found.
app/assets/stylesheets/sections/commits.scss
View file @
1f41e1bc
...
...
@@ -482,8 +482,8 @@ li.commit {
}
.commit-row-message
{
color
:
#
555
;
font-weight
:
bolder
;
color
:
#
333
;
font-weight
:
500
;
&
:hover
{
color
:
#444
;
text-decoration
:
underline
;
...
...
@@ -492,13 +492,14 @@ li.commit {
}
.commit-row-info
{
color
:
#777
;
a
{
color
:
#777
;
}
.committed_ago
{
float
:
right
;
@extend
.cgray
;
}
}
...
...
app/views/projects/commits/_commit.html.haml
View file @
1f41e1bc
...
...
@@ -13,4 +13,5 @@
.commit-row-info
=
commit_author_link
(
commit
,
avatar:
true
,
size:
16
)
#{
time_ago_with_tooltip
(
commit
.
committed_date
)
}
ago
.committed_ago
#{
time_ago_with_tooltip
(
commit
.
committed_date
)
}
ago
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