summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
blob: 1c457244a7ade130562e47bc99e465c8f0aaa35d (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
        = ci_icon_for_status(subject.status)
      %span.ci-status-text= subject.name
  - else
    %span.ci-status-icon
      = ci_icon_for_status(subject.status)
    %span.ci-status-text= subject.name