summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/_info.html.haml
blob: bce3ce770312d0bff56b4f28ec4668ce029176b4 (plain)
1
2
3
4
5
6
7
8
9
.container
  - if alert || notice
    - if alert
      .alert.alert-danger= alert
    - if notice
      .alert.alert-info= notice

  - if current_user && current_user.is_admin && Ci::Runner.count.zero?
    = render 'ci/shared/no_runners'