summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
blob: 760918b18a3d24d7c15df11af296e02a1c93bc96 (plain)
1
2
3
4
5
6
7
8
9
%li.build
  .build-content
    %span{class: "ci-status-link ci-status-icon-#{subject.status}"}
      - if subject.target_url
        - link_to subject.target_url do
          = ci_icon_for_status(subject.status)
      - else
        = ci_icon_for_status(subject.status)
    = subject.name