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

3 lines
178 B
Plaintext
Raw Normal View History

%span.tree_author= commit_author_link(commit, avatar: true)
2012-10-18 20:53:35 +02:00
= link_to_gfm truncate(commit.title, length: 80), project_commit_path(@project, commit.id), class: "tree-commit-link"