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

6 lines
341 B
Plaintext
Raw Normal View History

%li.commit
2013-09-10 10:15:49 +00:00
.commit-row-title
2016-03-11 01:30:50 +00:00
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: '', title: truncate_sha(commit[:id])
·
= markdown event_commit_title(commit[:message]), project: project, pipeline: :single_line, author: event.author