debian-mirror-gitlab/app/views/events/_commit.html.haml

6 lines
256 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%li.commit
.commit-row-title
2015-04-26 12:48:37 +05:30
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
2015-09-25 12:07:36 +05:30
·
2015-09-11 14:41:01 +05:30
= gfm event_commit_title(commit[:message]), project: project