Commit ee0fc2c3 authored by Sven Strickroth's avatar Sven Strickroth

Put author name at the end of a tree row

Signed-off-by: default avatarSven Strickroth <email@cs-ware.de>
parent 8ec7025a
...@@ -60,11 +60,7 @@ ...@@ -60,11 +60,7 @@
} }
.tree_author { .tree_author {
padding-right: 8px; padding-left: 8px;
.commit-author-name {
color: gray;
}
} }
.tree_commit { .tree_commit {
......
%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)
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment