summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_commit_column.html.haml
blob: 065fef606d5515a9b6657c046440b0c5bf9252c9 (plain)
1
2
3
- full_title = markdown_field(commit, :full_title)
%span.str-truncated
  = link_to_html full_title, project_commit_path(@project, commit.id), title: full_title, class: 'tree-commit-link'