debian-mirror-gitlab/app/views/events/_commit.html.haml
2015-09-25 12:07:36 +05:30

5 lines
256 B
Text

%li.commit
.commit-row-title
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
·
= gfm event_commit_title(commit[:message]), project: project