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