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