Revert "Put author name at the end of a tree row"

This reverts commit ee0fc2c3ad.
This commit is contained in:
Dmitriy Zaporozhets 2015-08-07 18:12:15 +02:00
parent 71158b11f2
commit 1c3c232608
2 changed files with 6 additions and 5 deletions

View file

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

View file

@ -1,6 +1,3 @@
%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)
]