summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
blob: c45b73e4225e1618ed17a86c2dec93a66e2c7fd0 (plain)
1
2
3
4
5
6
7
8
9
10
%a{ data: { toggle: 'tooltip', title: "#{subject.name} - #{subject.status}", container: '.pipeline-graph', placement: 'bottom' } }
  - if subject.target_url
    = link_to subject.target_url do
      %span.ci-status-icon
        = render_status_with_link('commit status', subject.status)
      %span.ci-status-text= subject.name
  - else
    %span.ci-status-icon
      = render_status_with_link('commit status', subject.status)
    %span.ci-status-text= subject.name