Skip to content
Snippets Groups Projects
Verified Commit 1f41e1bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve commits page UI

parent 79248f4c
No related branches found
No related tags found
1 merge request!1Fix Links To Gitlab Cloud
Loading
Loading
@@ -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;
Loading
Loading
@@ -492,13 +492,14 @@ li.commit {
}
 
.commit-row-info {
color: #777;
a {
color: #777;
}
 
.committed_ago {
float: right;
@extend .cgray;
}
}
 
Loading
Loading
Loading
Loading
@@ -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  
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment