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