gitlabhq/app/views/tree/_tree_commit_column.html.haml

3 lines
178 B
Plaintext

%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"