gitlab-org--gitlab-foss/app/views/events/_commit.html.haml

6 lines
307 B
Text
Raw Normal View History

%li.commit
2013-09-10 06:15:49 -04:00
.commit-row-title
= link_to truncate_sha(commit[:id]), project_commit_path(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