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

6 lines
216 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]), project_commit_path(project, commit[:id]), class: "commit_short_id", alt: ''
2013-09-10 10:15:49 +00:00
 
2014-05-26 12:40:10 +00:00
= gfm event_commit_title(commit[:message]), project