Skip to content
Snippets Groups Projects
Commit 4b3b286e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'tree-author-at-end' into 'master'

Put author name at the end of a tree row

Put author name at the end of a tree row as the commit message is more important than the author name.

See merge request !579
parents 863f6134 ee0fc2c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,11 +60,7 @@
}
 
.tree_author {
padding-right: 8px;
.commit-author-name {
color: gray;
}
padding-left: 8px;
}
 
.tree_commit {
Loading
Loading
%span.str-truncated
%span.tree_author= commit_author_link(commit, avatar: true, size: 16)
= link_to_gfm commit.title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"
%span.tree_author
[
commit_author_link(commit, avatar: false)
]
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