blob: 0e03e116e7dbf46a2b8364cbd24891416ff99d72 (
plain)
1
2
3
4
5
|
%li.commit
.commit-row-title
= link_to commit[:id][0..8], project_commit_path(project, commit[:id]), class: "commit_short_id", alt: ''
= gfm event_commit_title(commit[:message]), project
|