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

6 lines
341 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%li.commit
.commit-row-title
2016-06-02 11:05:42 +05:30
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: '', title: truncate_sha(commit[:id])
2015-09-25 12:07:36 +05:30
·
= markdown event_commit_title(commit[:message]), project: project, pipeline: :single_line, author: event.author