summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_commit_column.html.haml
blob: 86a807030724cf3bf62363d5659ade59e4f86770 (plain)
1
2
3
4
5
6
%span.str-truncated
  = link_to_gfm commit.title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"
  %span.tree_author
    [
    commit_author_link(commit, avatar: false)
    ]