diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-11 13:57:47 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-11 13:57:47 +0000 |
commit | 43e15200335bf1bcb5f61f17a93724f288c1b6cf (patch) | |
tree | 799307550169fe249b2df0e2700f119e0ab210ec | |
parent | 59176c1026a7b3f0b6798c295ad48af943486615 (diff) | |
parent | 1567914f7c93fb493d22f60858f2b16ef1521380 (diff) | |
download | gitlab-ce-43e15200335bf1bcb5f61f17a93724f288c1b6cf.tar.gz |
Merge branch 'drop-username-tree-row' into 'master'
Drop the user name from tree row to improve readability of commit messages
Follow up to MR !579
/cc @dzaporozhets
See merge request !1124
-rw-r--r-- | app/views/projects/tree/_tree_commit_column.html.haml | 1 |
1 files changed, 0 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..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" |