Revert "Put author name at the end of a tree row"
This reverts commit ee0fc2c3ad
.
This commit is contained in:
parent
71158b11f2
commit
1c3c232608
2 changed files with 6 additions and 5 deletions
|
@ -60,7 +60,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree_author {
|
.tree_author {
|
||||||
padding-left: 8px;
|
padding-right: 8px;
|
||||||
|
|
||||||
|
.commit-author-name {
|
||||||
|
color: gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree_commit {
|
.tree_commit {
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
%span.str-truncated
|
%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"
|
= 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)
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue