gitlab-org--gitlab-foss/app/views/projects/tree/_tree_commit_column.html.haml
2013-06-23 19:47:22 +03:00

2 lines
178 B
Text

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