gitlabhq/app/views/tree/_tree_commit_column.html.haml
2012-10-18 20:53:35 +02:00

3 lines
169 B
Plaintext

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