gitlabhq/gitlabhq

View on GitHub
app/views/projects/tree/_tree_commit_column.html.haml

Summary

Maintainability
Test Coverage
%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"