summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
blob: 409f4701e4bc317d4020edd9c11499e67e0670c0 (plain)
1
2
3
4
5
6
7
- 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