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

6 lines
336 B
Plaintext
Raw Normal View History

%li.commit
2013-09-10 10:15:49 +00:00
.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