From 1567914f7c93fb493d22f60858f2b16ef1521380 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 9 Aug 2015 14:40:16 +0200 Subject: [PATCH] Drop the user name from tree row to improve readability of commit messages Signed-off-by: Sven Strickroth --- app/views/projects/tree/_tree_commit_column.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/projects/tree/_tree_commit_column.html.haml b/app/views/projects/tree/_tree_commit_column.html.haml index 50521264a61..a3a4bd4f752 100644 --- a/app/views/projects/tree/_tree_commit_column.html.haml +++ b/app/views/projects/tree/_tree_commit_column.html.haml @@ -1,3 +1,2 @@ %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"