5 lines
336 B
Text
5 lines
336 B
Text
%li.commit
|
|
.commit-row-title
|
|
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit-sha", alt: '', title: truncate_sha(commit[:id])
|
|
·
|
|
= markdown event_commit_title(commit[:message]), project: project, pipeline: :single_line, author: event.author
|