summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
blob: 98cdcca3ecc0b63b910c9914689ba0f0627a1bf2 (plain)
1
2
3
4
5
%li.commit
  .commit-row-title
    = link_to truncate_sha(event.commit_id), project_commit_path(project, event.commit_id), class: "commit-sha", alt: '', title: truncate_sha(event.commit_id)
    ·
    = markdown event_commit_title(event.commit_title), project: project, pipeline: :single_line, author: event.author