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

6 lines
256 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]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
·
2015-05-15 06:11:16 -04:00
= gfm event_commit_title(commit[:message]), project: project