Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2015-04-26 21:01:43 +0300
committerSven Strickroth <email@cs-ware.de>2015-08-05 01:12:13 +0300
commitee0fc2c3ad9608db91175e082fe1f6da19a3aec7 (patch)
tree12322778115d7396e90a82a5c81a92bda47839f7 /app/views/projects/tree
parent8ec7025a5d49548c1876440c1bd9b767828a5f56 (diff)
Put author name at the end of a tree row
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/_tree_commit_column.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_commit_column.html.haml b/app/views/projects/tree/_tree_commit_column.html.haml
index 50521264a61..86a80703072 100644
--- a/app/views/projects/tree/_tree_commit_column.html.haml
+++ b/app/views/projects/tree/_tree_commit_column.html.haml
@@ -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)
+ ]