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

_commit.html.haml « deployments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f9d9512d887b122d111ebfcee2ebdffbeadfa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%div.branch-commit
  - if deployment.ref
    = link_to deployment.ref, namespace_project_commits_path(@project.namespace, @project, deployment.ref), class: "monospace"
    ·
  = link_to deployment.short_sha, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-id monospace"

  %p.commit-title
    %span
      - if commit_title = deployment.commit_title
        = link_to_gfm commit_title, namespace_project_commit_path(@project.namespace, @project, deployment.sha), class: "commit-row-message"
      - else
        Cant find HEAD commit for this branch