mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 05:56:37 +10:00
Put author name at the end of a tree row
Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
@@ -60,11 +60,7 @@
|
||||
}
|
||||
|
||||
.tree_author {
|
||||
padding-right: 8px;
|
||||
|
||||
.commit-author-name {
|
||||
color: gray;
|
||||
}
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.tree_commit {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
%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)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user