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

6 lines
321 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%li.commit
.commit-row-title
2017-09-10 17:25:29 +05:30
= link_to truncate_sha(event.commit_id), project_commit_path(project, event.commit_id), class: "commit-sha", alt: '', title: truncate_sha(event.commit_id)
2015-09-25 12:07:36 +05:30
·
2017-09-10 17:25:29 +05:30
= markdown event_commit_title(event.commit_title), project: project, pipeline: :single_line, author: event.author