summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
blob: 576d0bec51bb334a744edb024d56468bcea8b2ff (plain)
1
2
3
4
5
6
7
8
9
10
%li.build
  .curve
  .build-content
    - if subject.target_url
      - link_to subject.target_url do
        = render_status_with_link('commit status', subject.status)
        %span.ci-status-text= subject.name
    - else
      = render_status_with_link('commit status', subject.status)
      %span.ci-status-text= subject.name