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: f7230f442429c57e0aee7d3f08d7ef8dfe9bed89 (plain)
1
2
3
.container
  - if current_user && current_user.is_admin? && Ci::Runner.count.zero?
    = render 'ci/shared/no_runners'