gitlab-org--gitlab-foss/app/views/projects/tree/_tree_commit_column.html.haml

4 lines
187 B
Plaintext

- 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'