debian-mirror-gitlab/app/views/projects/ci_settings/_no_runners.html.haml

9 lines
239 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
.alert.alert-danger
%p
There are NO runners to build this project.
%br
You can add Specific runner for this project on Runners page
2015-10-24 18:46:33 +05:30
- if current_user.admin
2015-11-26 14:37:03 +05:30
or add Shared runner for whole application in admin area.