summaryrefslogtreecommitdiff
path: root/app/views/projects/ci_settings/_no_runners.html.haml
blob: 1374e6680f9506e93eccc673ec976d797ea3c024 (plain)
1
2
3
4
5
6
7
8
.alert.alert-danger
  %p
    There are NO runners to build this project.
    %br
    You can add Specific runner for this project on Runners page

    - if current_user.admin
      or add Shared runner for whole application in admin area.