debian-mirror-gitlab/app/views/projects/tree/_tree_commit_column.html.haml

4 lines
187 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- full_title = markdown_field(commit, :full_title)
2014-09-02 18:07:02 +05:30
%span.str-truncated
2019-09-04 21:01:54 +05:30
= link_to_html full_title, project_commit_path(@project, commit.id), title: full_title, class: 'tree-commit-link'