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