Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_info.html.haml « ci « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'