Put author name at the end of a tree row

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2015-04-26 20:01:43 +02:00
parent 8ec7025a5d
commit ee0fc2c3ad
2 changed files with 5 additions and 6 deletions

View File

@ -60,11 +60,7 @@
}
.tree_author {
padding-right: 8px;
.commit-author-name {
color: gray;
}
padding-left: 8px;
}
.tree_commit {

View File

@ -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)
]