Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commit.html.haml « events « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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