summaryrefslogtreecommitdiff
path: root/app/views/shared/_merge_request_pipeline_status.html.haml
blob: 1c15b82367e81d774dc44555b1a9ad97adaaa86f (plain)
1
2
3
- if can?(current_user, :read_pipeline, merge_request.head_pipeline)
  %li.issuable-pipeline-status.d-none.d-sm-flex
    = render 'ci/status/icon', status: merge_request.head_pipeline.detailed_status(current_user), option_css_classes: 'd-flex'