gitlab-org--gitlab-foss/app/views/projects/tree/_tree_commit_column.html.haml
2013-10-07 16:56:02 +03:00

2 lines
188 B
Text

%span.tree_author= commit_author_link(commit, avatar: true, size: 16)
= link_to_gfm truncate(commit.title, length: 80), project_commit_path(@project, commit.id), class: "tree-commit-link"