summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_commit_column.html.haml
blob: bd50dd4d9a2d8e6681b3799dd5f353718d407da2 (plain)
1
2
3
%span.str-truncated
  %span.tree_author= commit_author_link(commit, avatar: true, size: 16)
  = link_to_gfm commit.title, project_commit_path(@project, commit.id), class: "tree-commit-link"